mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-17 17:58:46 +00:00
Tweak previous change.
This commit is contained in:
parent
a857238c11
commit
8a0b63f7f4
@ -452,7 +452,7 @@
|
||||
(defvar yank-menu (cons "Select Yank" nil))
|
||||
(fset 'yank-menu (cons 'keymap yank-menu))
|
||||
(define-key menu-bar-edit-menu [paste-from-menu]
|
||||
'(menu-item "Paste From Kill Menu" yank-menu
|
||||
'(menu-item "Paste from Kill Menu" yank-menu
|
||||
:enable (and (cdr yank-menu) (not buffer-read-only))
|
||||
:help "Choose a string from the kill ring and paste it"))
|
||||
(define-key menu-bar-edit-menu [paste]
|
||||
|
Loading…
Reference in New Issue
Block a user