diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2009-11-11 05:57:51 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2009-11-11 05:57:51 +0000 |
commit | a3c20c832c18bc0d21e7c94c416582340a614264 (patch) | |
tree | b4f01d637447814da6035bd9afa47061f30ea810 /lisp/subr.el | |
parent | 6bdad9ae02d440a259713ea4a8942d1168e7f452 (diff) | |
download | emacs-a3c20c832c18bc0d21e7c94c416582340a614264.tar.gz emacs-a3c20c832c18bc0d21e7c94c416582340a614264.tar.bz2 emacs-a3c20c832c18bc0d21e7c94c416582340a614264.zip |
* subr.el (menu-bar-separator): New defconst.
* replace.el (occur-mode-map):
* menu-bar.el (menu-bar-file-menu, menu-bar-search-menu)
(menu-bar-edit-menu, menu-bar-goto-menu, menu-bar-edit-menu)
(menu-bar-custom-menu, menu-bar-showhide-menu)
(menu-bar-options-menu, menu-bar-tools-menu)
(menu-bar-encryption-decryption-menu, menu-bar-describe-menu)
(menu-bar-search-documentation-menu, menu-bar-manuals-menu)
(menu-bar-help-menu):
* ediff-hook.el (menu-bar-ediff-menu, menu-bar-ediff-merge-menu):
* buff-menu.el (Buffer-menu-mode-map): Use menu-bar-separator.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 1d74712ae3c..bb3b37ebbf0 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -3759,6 +3759,8 @@ is greater than \"1pre\" which is greater than \"1beta\" which is greater than ;;; Misc. +(defconst menu-bar-separator '("--") + "Separator for menus.") ;; The following statement ought to be in print.c, but `provide' can't ;; be used there. |