# HG changeset patch # User Kim F. Storm # Date 1020114513 0 # Node ID 9aadbf05db26b62f9cb9278ebd11c31725533a1c # Parent 5eb4aa56b278e06d64bbd3eaf56f75d9d1d783c5 (yank-excluded-properties): Added help-echo to list. diff -r 5eb4aa56b278 -r 9aadbf05db26 lisp/simple.el --- 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