From 9e60c724074567b85849e95e01f655f12d89d746 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 17 Apr 2005 17:52:30 +0000 Subject: [PATCH] (yank-excluded-properties): Add follow-link to value. --- lisp/ChangeLog | 2 ++ lisp/simple.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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." -- 2.39.2