emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Sun, 17 Apr 2005 13:51:51 -0400

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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]