changeset 61604:8c769026ef46

(yank-excluded-properties): Add follow-link to value.
author Richard M. Stallman <rms@gnu.org>
date Sun, 17 Apr 2005 17:51:50 +0000
parents dbec9d2e3f52
children 26bb83260541
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Sun Apr 17 16:18:45 2005 +0000
+++ b/lisp/simple.el	Sun Apr 17 17:51:50 2005 +0000
@@ -2548,7 +2548,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 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."