aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox/phox-sym-lock.el
diff options
context:
space:
mode:
Diffstat (limited to 'phox/phox-sym-lock.el')
-rw-r--r--phox/phox-sym-lock.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/phox/phox-sym-lock.el b/phox/phox-sym-lock.el
index 1c4e4cae..b8466ca8 100644
--- a/phox/phox-sym-lock.el
+++ b/phox/phox-sym-lock.el
@@ -125,7 +125,8 @@
(string-to-number (substring str (match-beginning 1)
(match-end 1)))))))
(maxsize 100) (size) (oldsize)
- (lf (list-fonts font-pat)))
+ (lf (and (fboundp 'list-fonts) ; da: what is this function? not defined
+ (list-fonts font-pat))))
(while (and lf maxsize)
(if
(string-match font-reg