aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/woman.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-06-12 03:56:20 +0000
committerGlenn Morris <[email protected]>2008-06-12 03:56:20 +0000
commitaa360da10dc1130e40bb82225ee8988a2465f38a (patch)
tree24fea572da73c841761a9d8d8d59645bfa61d926 /lisp/woman.el
parent1ad31f1bbae0aa9de6ff997803dcb4466b24e47d (diff)
Add some compiler declarations, for builds without X.
Diffstat (limited to 'lisp/woman.el')
-rw-r--r--lisp/woman.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/woman.el b/lisp/woman.el
index abbe2ee384..5f0b94a1f6 100644
--- a/lisp/woman.el
+++ b/lisp/woman.el
@@ -1013,6 +1013,9 @@ This is usually either black or white."
(setq symbol-fonts (cons font symbol-fonts))))
symbol-fonts))
+(declare-function x-list-fonts "xfaces.c"
+ (pattern &optional face frame maximum width))
+
(when woman-font-support
(make-face 'woman-symbol)