2005-04-17 Richard M. Stallman <rms@gnu.org>
+ * simple.el (yank-excluded-properties): Add follow-link to value.
+
* jka-compr.el (jka-compr-compression-info-list): Fix custom type.
* startup.el (fancy-splash-max-time): Just 30 seconds.
;; This is actually used in subr.el but defcustom does not work there.
(defcustom yank-excluded-properties
'(read-only invisible intangible field mouse-face help-echo local-map keymap
- yank-handler)
+ yank-handler follow-link)
"*Text properties to discard when yanking.
The value should be a list of text properties to discard or t,
which means to discard all text properties."