From: Richard M. Stallman Date: Sun, 21 Dec 1997 01:46:29 +0000 (+0000) Subject: (menu-bar-select-yank): Add apropos-inhibit property. X-Git-Tag: emacs-20.3~2593 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4cca6fbd3aa15dbda8bc9c5e77aceba50b9cb598;p=emacs.git (menu-bar-select-yank): Add apropos-inhibit property. --- 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))