Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.710 emacs/lisp/simple.el:1.711
*** emacs/lisp/simple.el:1.710 Wed Apr 13 17:39:55 2005
--- emacs/lisp/simple.el Sun Apr 17 17:51:50 2005
***************
*** 2548,2554 ****
;; 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)
"*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."
--- 2548,2554 ----
;; 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 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."
_______________________________________________
Emacs-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/emacs-diffs