changeset 20481:77ed0446c90a

(menu-bar-select-yank): Add apropos-inhibit property.
author Richard M. Stallman <rms@gnu.org>
date Sun, 21 Dec 1997 01:46:29 +0000
parents 048c8ad9bcaa
children 1fe822fa93e6
files lisp/menu-bar.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/menu-bar.el	Sun Dec 21 01:46:14 1997 +0000
+++ b/lisp/menu-bar.el	Sun Dec 21 01:46:29 1997 +0000
@@ -562,6 +562,7 @@
   (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))