Moved (define-key menu-bar-ediff-menu ...) to ediff-hook.el:
authorMichael Kifer <kifer@cs.stonybrook.edu>
Wed, 11 Oct 1995 05:23:31 +0000 (05:23 +0000)
committerMichael Kifer <kifer@cs.stonybrook.edu>
Wed, 11 Oct 1995 05:23:31 +0000 (05:23 +0000)
menu-bar-ediff-menu is not defined yet.

lisp/menu-bar.el

index 546def4..a43552a 100644 (file)
 (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))
 \f
 (defun nonincremental-search-forward (string)
   "Read a string and search for it nonincrementally."