summaryrefslogtreecommitdiff
path: root/lisp/ediff-hook.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-11-20 23:11:39 +0000
committerRichard M. Stallman <rms@gnu.org>1995-11-20 23:11:39 +0000
commit945a381a465383e40cf85057935cfae78afec3e4 (patch)
tree8feb3cb3e00f2957365f653fe65f578492463a2f /lisp/ediff-hook.el
parent205dc4753d7eaf2ebedc346c78a2b0ce96843ca2 (diff)
downloademacs-945a381a465383e40cf85057935cfae78afec3e4.tar.gz
(menu-bar-epatch-menu, menu-bar-ediff-merge-menu)
(menu-bar-ediff-menu): Give names to the menus.
Diffstat (limited to 'lisp/ediff-hook.el')
-rw-r--r--lisp/ediff-hook.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ediff-hook.el b/lisp/ediff-hook.el
index b3d77819afd..6273fcd3fcd 100644
--- a/lisp/ediff-hook.el
+++ b/lisp/ediff-hook.el
@@ -104,12 +104,12 @@
;; Emacs--only if menu-bar is loaded
((featurep 'menu-bar)
;; initialize menu bar keymaps
- (defvar menu-bar-epatch-menu (make-sparse-keymap))
+ (defvar menu-bar-epatch-menu (make-sparse-keymap "Apply Patch"))
(fset 'menu-bar-epatch-menu (symbol-value 'menu-bar-epatch-menu))
- (defvar menu-bar-ediff-merge-menu (make-sparse-keymap))
+ (defvar menu-bar-ediff-merge-menu (make-sparse-keymap "Merge"))
(fset 'menu-bar-ediff-merge-menu
(symbol-value 'menu-bar-ediff-merge-menu))
- (defvar menu-bar-ediff-menu (make-sparse-keymap))
+ (defvar menu-bar-ediff-menu (make-sparse-keymap "Compare"))
(fset 'menu-bar-ediff-menu (symbol-value 'menu-bar-ediff-menu))
;; define ediff-menu