aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorDan Nicolaescu2009-11-11 05:57:51 +0000
committerDan Nicolaescu2009-11-11 05:57:51 +0000
commita3c20c832c18bc0d21e7c94c416582340a614264 (patch)
treeb4f01d637447814da6035bd9afa47061f30ea810 /lisp/replace.el
parent6bdad9ae02d440a259713ea4a8942d1168e7f452 (diff)
downloademacs-a3c20c832c18bc0d21e7c94c416582340a614264.tar.gz
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/replace.el')
-rw-r--r--lisp/replace.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index 1b774eb973e..b4b614534d9 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -789,7 +789,7 @@ a previously found match."
789 (define-key map [occur-rename-buffer] 789 (define-key map [occur-rename-buffer]
790 `(menu-item ,(purecopy "Rename occur buffer") occur-rename-buffer 790 `(menu-item ,(purecopy "Rename occur buffer") occur-rename-buffer
791 :help ,(purecopy "Rename the current *Occur* buffer to *Occur: original-buffer-name*."))) 791 :help ,(purecopy "Rename the current *Occur* buffer to *Occur: original-buffer-name*.")))
792 (define-key map [separator-2] '("--")) 792 (define-key map [separator-2] menu-bar-separator)
793 (define-key map [occur-mode-goto-occurrence-other-window] 793 (define-key map [occur-mode-goto-occurrence-other-window]
794 `(menu-item ,(purecopy "Go To Occurrence Other Window") occur-mode-goto-occurrence-other-window 794 `(menu-item ,(purecopy "Go To Occurrence Other Window") occur-mode-goto-occurrence-other-window
795 :help ,(purecopy "Go to the occurrence the current line describes, in another window"))) 795 :help ,(purecopy "Go to the occurrence the current line describes, in another window")))