From: Richard M. Stallman Date: Sun, 17 Apr 2005 17:52:30 +0000 (+0000) Subject: (yank-excluded-properties): Add follow-link to value. X-Git-Tag: ttn-vms-21-2-B4~945 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e60c724074567b85849e95e01f655f12d89d746;p=emacs.git (yank-excluded-properties): Add follow-link to value. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1275ba569e4..dcb2c50ff68 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -5,6 +5,8 @@ 2005-04-17 Richard M. Stallman + * 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. diff --git a/lisp/simple.el b/lisp/simple.el index 3b3a3acb466..21a6cba0494 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2548,7 +2548,7 @@ The argument is used for internal purposes; do not supply one." ;; 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."