summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-12-21 01:46:29 +0000
committerRichard M. Stallman <rms@gnu.org>1997-12-21 01:46:29 +0000
commitf7538481d6745aaac8845888c688954c3eaf7d50 (patch)
tree5e0b720bb3ecbda27b04be5374b99e3fcfde2ade /lisp/menu-bar.el
parentb0c56a2b4d0fabbc63530a7524120ad05ade154f (diff)
downloademacs-f7538481d6745aaac8845888c688954c3eaf7d50.tar.gz
(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 9e512187c75..05c887be7fe 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))