diff options
author | Miles Bader <miles@gnu.org> | 2008-06-24 04:52:51 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2008-06-24 04:52:51 +0000 |
commit | 520713e78624a0a29e52b8f354287e084123eee0 (patch) | |
tree | dbf3d8dab53a4256bea54525caaa23e4da1ded60 /lisp/mouse.el | |
parent | 2a520399dcd0a3eecfca660abb06456534e9103c (diff) | |
download | emacs-520713e78624a0a29e52b8f354287e084123eee0.tar.gz emacs-520713e78624a0a29e52b8f354287e084123eee0.tar.bz2 emacs-520713e78624a0a29e52b8f354287e084123eee0.zip |
Handle void selection in mouse-appearance-menu
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1281
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r-- | lisp/mouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index 21f80cbe613..ce1bc30b1d4 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -2524,7 +2524,7 @@ choose a font." ((eq choice 'face-remap-reset-base) (text-scale-mode 0) (buffer-face-mode 0)) - (t + (choice ;; Either choice == 'x-select-font, or choice is a ;; symbol whose name is a font. (buffer-face-mode-invoke (font-face-attributes |