]> git.eshelyaron.com Git - emacs.git/commitdiff
(menu-bar-select-yank): Add apropos-inhibit property.
authorRichard M. Stallman <rms@gnu.org>
Sun, 21 Dec 1997 01:46:29 +0000 (01:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 21 Dec 1997 01:46:29 +0000 (01:46 +0000)
lisp/menu-bar.el

index 9e512187c75672e2015d21975d8c23564ac66bc6..05c887be7fe321552dd56c9b350cae2aff3425e7 100644 (file)
@@ -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))