aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-08-29 13:56:36 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-08-29 13:56:36 +0000
commit6c95f5caf2faf0b40411a393c4100aa8d2fd0d9b (patch)
treed4a98e6cb8e2e6e6b16ad955b5e8b19b4f3e8598 /phox
parent91aff8128f0fb5f5940eb044f99a4c575f5f9adc (diff)
Remove mule-fonts thing, it breaks make magic
Diffstat (limited to 'phox')
-rw-r--r--phox/phox-sym-lock.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/phox/phox-sym-lock.el b/phox/phox-sym-lock.el
index 31008e37..1c4e4cae 100644
--- a/phox/phox-sym-lock.el
+++ b/phox/phox-sym-lock.el
@@ -177,7 +177,9 @@
'graphic 1))
(set-face-property 'phox-sym-lock-adobe-symbol-face
'font phox-sym-lock-font-name nil
- '(mule-fonts) 'prepend))
+ ;; DA: removed next line, it breaks "make magic" in doc
+ ;; '(mule-fonts) 'prepend,
+ ))
(set-face-font 'phox-sym-lock-adobe-symbol-face phox-sym-lock-font-name 'global))
(defun phox-sym-lock-set-foreground ()