+2002-04-29 Kim F. Storm <storm@cua.dk>
+
+ * subr.el (remove-yank-excluded-properties): New helper function.
+ (insert-for-yank, insert-buffer-substring-as-yank): Use it.
+
+ * simple.el (yank-excluded-properties): Added help-echo to list.
+
2002-04-29 Glenn Morris <gmorris@ast.cam.ac.uk>
* autoinsert.el (auto-insert-directory): Doc fix.
;; 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