From 4cca6fbd3aa15dbda8bc9c5e77aceba50b9cb598 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 21 Dec 1997 01:46:29 +0000 Subject: [PATCH] (menu-bar-select-yank): Add apropos-inhibit property. --- lisp/menu-bar.el | 1 + 1 file changed, 1 insertion(+) 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)) -- 2.39.2