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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Wed, 04 Jun 2003 17:13:42 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.608 emacs/lisp/simple.el:1.609
*** emacs/lisp/simple.el:1.608  Thu May 29 19:29:29 2003
--- emacs/lisp/simple.el        Wed Jun  4 17:13:41 2003
***************
*** 2006,2012 ****
  (defcustom yank-excluded-properties
    '(read-only invisible intangible field mouse-face help-echo local-map keymap
      yank-handler)
!   "*Text properties to discard when yanking."
    :type '(choice (const :tag "All" t) (repeat symbol))
    :group 'editing
    :version "21.4")
--- 2006,2014 ----
  (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."
    :type '(choice (const :tag "All" t) (repeat symbol))
    :group 'editing
    :version "21.4")




reply via email to

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