diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-06-28 11:54:09 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-06-28 11:54:09 +0000 |
commit | 3f9f1c1fba5a86d29330d2128e8d41b25be9541a (patch) | |
tree | 63239945ca11ceb734c7ab7cb726a15b361fd65e /lisp/menu-bar.el | |
parent | 349bd9eda28e50b2645cb0d589ccf30e93e69e71 (diff) | |
download | emacs-3f9f1c1fba5a86d29330d2128e8d41b25be9541a.tar.gz |
(menu-bar-options-menu): Move mouse-set-fonts item here.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 469d0b09a42..783dbb9ec87 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -654,6 +654,11 @@ PROPS are additional properties." (define-key menu-bar-options-menu [custom-separator] '("--")) +(define-key menu-bar-options-menu [mouse-set-font] + '(menu-item "Set Font/Fontset" mouse-set-font + :visible (display-multi-font-p) + :help "Select a font from list of known fonts/fontsets")) + ;; The "Show/Hide" submenu of menu "Options" (defvar menu-bar-showhide-menu (make-sparse-keymap "Show/Hide")) |