summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorMichael Kifer <kifer@cs.stonybrook.edu>1995-10-11 05:23:31 +0000
committerMichael Kifer <kifer@cs.stonybrook.edu>1995-10-11 05:23:31 +0000
commit241f1acdde61420ece91ea624b1fa7b5a32e1c15 (patch)
tree9c09b5a5753cde989c5a245c9b60684a3ff27843 /lisp/menu-bar.el
parent9b96cdca1299a3a0ac756620ca9c119a66b0aeaa (diff)
downloademacs-241f1acdde61420ece91ea624b1fa7b5a32e1c15.tar.gz
Moved (define-key menu-bar-ediff-menu ...) to ediff-hook.el:
menu-bar-ediff-menu is not defined yet.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 546def41216..a43552a6e3c 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -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."