+2001-11-15 Stefan Monnier <monnier@cs.yale.edu>
+
+ * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
+
2001-11-15 Richard M. Stallman <rms@gnu.org>
* dired.el (dired-undo): Display a message to explain
2001-11-15 David Kastrup <David.Kastrup@t-online.de>
- * mouse-drag.el: (mouse-drag-throw) Push back non-drag events
- into `unread-command-events' instead of trying keymap
- lookups ourselves. This makes mouse-clicks do the right
- thing even when keymaps of overlays are involved.
- (mouse-drag-drag) Likewise.
+ * mouse-drag.el (mouse-drag-throw): Push back non-drag events
+ into `unread-command-events' instead of trying keymap
+ lookups ourselves. This makes mouse-clicks do the right
+ thing even when keymaps of overlays are involved.
+ (mouse-drag-drag): Likewise.
2001-11-15 Andreas Schwab <schwab@suse.de>
(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))