diff options
Diffstat (limited to 'lisp/replace.el')
-rw-r--r-- | lisp/replace.el | 2 |
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." (define-key map [occur-rename-buffer] `(menu-item ,(purecopy "Rename occur buffer") occur-rename-buffer :help ,(purecopy "Rename the current *Occur* buffer to *Occur: original-buffer-name*."))) - (define-key map [separator-2] '("--")) + (define-key map [separator-2] menu-bar-separator) (define-key map [occur-mode-goto-occurrence-other-window] `(menu-item ,(purecopy "Go To Occurrence Other Window") occur-mode-goto-occurrence-other-window :help ,(purecopy "Go to the occurrence the current line describes, in another window"))) |