From c790b571ae9b17d7992778aa697ad4ba1644e9af Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 15 Nov 2001 20:31:08 +0000 Subject: [PATCH] (menu-bar-edit-menu) : Put an explicit key binding. --- lisp/ChangeLog | 4 ++++ lisp/menu-bar.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 431b4e14912..fc026751c9a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-11-15 Stefan Monnier + + * menu-bar.el (menu-bar-edit-menu) : Put an explicit key binding. + 2001-11-15 Andreas Schwab * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index e1d9669b8a2..c82b2c28ded 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -407,7 +407,8 @@ A large number or nil slows down menu responsiveness." (define-key menu-bar-edit-menu [copy] '(menu-item "Copy" menu-bar-kill-ring-save :enable mark-active - :help "Copy text in region between mark and current position")) + :help "Copy text in region between mark and current position" + :keys "\\[kill-ring-save]")) (define-key menu-bar-edit-menu [cut] '(menu-item "Cut" kill-region :enable (and mark-active (not buffer-read-only)) -- 2.39.2