aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-12-21 01:46:29 +0000
committerRichard M. Stallman <[email protected]>1997-12-21 01:46:29 +0000
commit4cca6fbd3aa15dbda8bc9c5e77aceba50b9cb598 (patch)
treed4307684389058132511e24967165ed410bc3f5b /lisp/menu-bar.el
parentdea22c45247ed4c31ed518898fd22bc053606fbf (diff)
(menu-bar-select-yank): Add apropos-inhibit property.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 9e512187c7..05c887be7f 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -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))