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
4cca6fbd
Commit
4cca6fbd
authored
Dec 21, 1997
by
Richard M. Stallman
Browse files
(menu-bar-select-yank): Add apropos-inhibit property.
parent
dea22c45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/menu-bar.el
lisp/menu-bar.el
+1
-0
No files found.
lisp/menu-bar.el
View file @
4cca6fbd
...
...
@@ -562,6 +562,7 @@ Do the same for the keys of the same name."
(
if
(
>
(
length
(
cdr
yank-menu
))
kill-ring-max
)
(
setcdr
(
nthcdr
kill-ring-max
yank-menu
)
nil
)))
(
put
'menu-bar-select-yank
'apropos-inhibit
t
)
(
defun
menu-bar-select-yank
()
(
interactive
"*"
)
(
push-mark
(
point
))
...
...
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