diff options
author | Glenn Morris <rgm@gnu.org> | 2008-06-12 03:56:20 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-06-12 03:56:20 +0000 |
commit | aa360da10dc1130e40bb82225ee8988a2465f38a (patch) | |
tree | 24fea572da73c841761a9d8d8d59645bfa61d926 /lisp/woman.el | |
parent | 1ad31f1bbae0aa9de6ff997803dcb4466b24e47d (diff) | |
download | emacs-aa360da10dc1130e40bb82225ee8988a2465f38a.tar.gz |
Add some compiler declarations, for builds without X.
Diffstat (limited to 'lisp/woman.el')
-rw-r--r-- | lisp/woman.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/woman.el b/lisp/woman.el index abbe2ee3842..5f0b94a1f6e 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) |