Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
8a0b63f7
Commit
8a0b63f7
authored
Nov 22, 2008
by
Glenn Morris
Browse files
Tweak previous change.
parent
a857238c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/menu-bar.el
lisp/menu-bar.el
+1
-1
No files found.
lisp/menu-bar.el
View file @
8a0b63f7
...
...
@@ -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
F
rom Kill Menu"
yank-menu
'
(
menu-item
"Paste
f
rom 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]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment