mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08: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
1 changed files with 0 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue