summaryrefslogtreecommitdiff
path: root/lisp/mouse.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-12 03:56:20 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-12 03:56:20 +0000
commitaa360da10dc1130e40bb82225ee8988a2465f38a (patch)
tree24fea572da73c841761a9d8d8d59645bfa61d926 /lisp/mouse.el
parent1ad31f1bbae0aa9de6ff997803dcb4466b24e47d (diff)
downloademacs-aa360da10dc1130e40bb82225ee8988a2465f38a.tar.gz
emacs-aa360da10dc1130e40bb82225ee8988a2465f38a.tar.bz2
emacs-aa360da10dc1130e40bb82225ee8988a2465f38a.zip
Add some compiler declarations, for builds without X.
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r--lisp/mouse.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 8565e62edfe..678bce2279e 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -2425,6 +2425,8 @@ and selects that window."
)
"X fonts suitable for use in Emacs.")
+(declare-function generate-fontset-menu "fontset" ())
+
(defun mouse-select-font ()
"Prompt for a font name, using `x-popup-menu', and return it."
(interactive)