diff options
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r-- | lisp/mouse.el | 2 |
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) |