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: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Mon, 29 Apr 2002 17:08:33 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.539 emacs/lisp/simple.el:1.540
*** emacs/lisp/simple.el:1.539  Sat Apr 27 19:16:18 2002
--- emacs/lisp/simple.el        Mon Apr 29 17:08:33 2002
***************
*** 1901,1907 ****
  
  ;; This is actually used in subr.el but defcustom does not work there.
  (defcustom yank-excluded-properties
!   '(read-only invisible intangible field mouse-face local-map keymap)
    "*Text properties to discard when yanking."
    :type '(choice (const :tag "All" t) (repeat symbol))
    :group 'editing
--- 1901,1907 ----
  
  ;; 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)
    "*Text properties to discard when yanking."
    :type '(choice (const :tag "All" t) (repeat symbol))
    :group 'editing



reply via email to

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