diff lisp/mouse.el @ 95841:b4e36ff621b3

Add some compiler declarations, for builds without X.
author Glenn Morris <rgm@gnu.org>
date Thu, 12 Jun 2008 03:56:20 +0000
parents 4542b29082c9
children d76373886395
line wrap: on
line diff
--- a/lisp/mouse.el	Thu Jun 12 03:54:06 2008 +0000
+++ b/lisp/mouse.el	Thu Jun 12 03:56:20 2008 +0000
@@ -2425,6 +2425,8 @@
     )
   "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)