From: Stefan Monnier Date: Thu, 15 Nov 2001 20:31:08 +0000 (+0000) Subject: (menu-bar-edit-menu) : Put an explicit key binding. X-Git-Tag: emacs-21.2~310 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c790b571ae9b17d7992778aa697ad4ba1644e9af;p=emacs.git (menu-bar-edit-menu) : Put an explicit key binding. --- 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))