mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
Moved (define-key menu-bar-ediff-menu ...) to ediff-hook.el:
menu-bar-ediff-menu is not defined yet.
This commit is contained in:
parent
c2dd39b26f
commit
3cdde0fbb4
@ -123,9 +123,6 @@
|
||||
(define-key menu-bar-files-menu [dired] '("Open Directory..." . dired))
|
||||
(define-key menu-bar-files-menu [open-file] '("Open File..." . find-file))
|
||||
|
||||
;; This is just one element of the ediff menu--the first.
|
||||
(define-key menu-bar-ediff-menu [window]
|
||||
'("This Window And Next Window" . compare-windows))
|
||||
|
||||
(defun nonincremental-search-forward (string)
|
||||
"Read a string and search for it nonincrementally."
|
||||
|
Loading…
Reference in New Issue
Block a user