Mercurial > emacs
diff lisp/simple.el @ 44981:9aadbf05db26
(yank-excluded-properties): Added help-echo to list.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 29 Apr 2002 21:08:33 +0000 |
parents | fe8ce22fc4a1 |
children | 6e3c5d67f0fe |
line wrap: on
line diff
--- a/lisp/simple.el Mon Apr 29 21:06:51 2002 +0000 +++ b/lisp/simple.el Mon Apr 29 21:08:33 2002 +0000 @@ -1901,7 +1901,7 @@ ;; This is actually used in subr.el but defcustom does not work there. (defcustom yank-excluded-properties - '(read-only invisible intangible field mouse-face local-map keymap) + '(read-only invisible intangible field mouse-face help-echo local-map keymap) "*Text properties to discard when yanking." :type '(choice (const :tag "All" t) (repeat symbol)) :group 'editing