diff options
| author | Eli Zaretskii | 2015-03-17 20:38:48 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-03-17 20:38:48 +0200 |
| commit | e70a1f9b42857fa1315302b9c140a6d40ea15f1d (patch) | |
| tree | 5f0611c4e5995a0bda589135005891b2959cd070 | |
| parent | 0fe787e21ccc1051fab5597b7f5d5b4c325d3258 (diff) | |
| download | emacs-e70a1f9b42857fa1315302b9c140a6d40ea15f1d.tar.gz emacs-e70a1f9b42857fa1315302b9c140a6d40ea15f1d.zip | |
lisp/mouse.el: Fix last change.
| -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 be9562c8d77..c50913f4636 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el | |||
| @@ -1801,6 +1801,8 @@ choose a font." | |||
| 1801 | (declare-function buffer-face-mode-invoke "face-remap" | 1801 | (declare-function buffer-face-mode-invoke "face-remap" |
| 1802 | (face arg &optional interactive)) | 1802 | (face arg &optional interactive)) |
| 1803 | (declare-function font-face-attributes "font.c" (font &optional frame)) | 1803 | (declare-function font-face-attributes "font.c" (font &optional frame)) |
| 1804 | (defvar w32-use-w32-font-dialog) | ||
| 1805 | (defvar w32-fixed-font-alist) | ||
| 1804 | 1806 | ||
| 1805 | (defun mouse-appearance-menu (event) | 1807 | (defun mouse-appearance-menu (event) |
| 1806 | "Show a menu for changing the default face in the current buffer." | 1808 | "Show a menu for changing the default face in the current buffer." |