]> git.eshelyaron.com Git - emacs.git/commitdiff
(yank-excluded-properties): Add follow-link to value.
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 Apr 2005 17:52:30 +0000 (17:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 Apr 2005 17:52:30 +0000 (17:52 +0000)
lisp/ChangeLog
lisp/simple.el

index 1275ba569e48e59410f1ceadecbe6cc775dae973..dcb2c50ff685c77bced18d5c10ee537b659683d0 100644 (file)
@@ -5,6 +5,8 @@
 
 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.
index 3b3a3acb466e0f1008393dd9e4cb71dd1b7bd6f8..21a6cba04940117d3f162cc92aceae9b15475888 100644 (file)
@@ -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."