diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-05-08 15:22:30 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-05-08 15:22:30 +0000 |
commit | 397d360b1cabd9b63c09e18638ae3d332f6c0eb2 (patch) | |
tree | e2eb1078379d6d326c64797d5a800643b8e6939a /lisp/menu-bar.el | |
parent | bf0dd9ce372bd6355db7448e6d01925c9acde827 (diff) | |
download | emacs-397d360b1cabd9b63c09e18638ae3d332f6c0eb2.tar.gz |
(menu-bar-tools-menu): Rename key to `compare'.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index 3b83a88cc88..08c909170ac 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -64,7 +64,7 @@ '("Apply Patch" . menu-bar-epatch-menu)) (define-key menu-bar-tools-menu [ediff-merge] '("Merge" . menu-bar-ediff-merge-menu)) -(define-key menu-bar-tools-menu [ediff] +(define-key menu-bar-tools-menu [compare] '("Compare" . menu-bar-ediff-menu)) (define-key menu-bar-tools-menu [separator-print] |