projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3024ab
)
* lisp/menu-bar.el (menu-bar-search-menu): Remove extra separator.
author
Po Lu
<luangruo@yahoo.com>
Sun, 1 May 2022 07:20:25 +0000
(07:20 +0000)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 1 May 2022 07:23:50 +0000
(07:23 +0000)
lisp/menu-bar.el
patch
|
blob
|
history
diff --git
a/lisp/menu-bar.el
b/lisp/menu-bar.el
index 44922a016a8af86ea921a475eae196c7747bae8a..9a3181afb8d72377957509ae723a53c3466ddd08 100644
(file)
--- a/
lisp/menu-bar.el
+++ b/
lisp/menu-bar.el
@@
-339,10
+339,6
@@
(defvar menu-bar-search-menu
(let ((menu (make-sparse-keymap "Search")))
-
- (bindings--define-key menu [separator-tag-isearch]
- menu-bar-separator)
-
(bindings--define-key menu [tags-continue]
'(menu-item "Continue Tags Search" fileloop-continue
:enable (and (featurep 'fileloop)