changeset 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 5eb4aa56b278
children e11d2bf70d0b
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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