/[emacs]/emacs/lisp/simple.el
ViewVC logotype

Diff of /emacs/lisp/simple.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.608 by teirllm, Thu May 29 23:29:29 2003 UTC revision 1.609 by teirllm, Wed Jun 4 21:13:41 2003 UTC
# Line 2006  The argument is used for internal purpos Line 2006  The argument is used for internal purpos
2006  (defcustom yank-excluded-properties  (defcustom yank-excluded-properties
2007    '(read-only invisible intangible field mouse-face help-echo local-map keymap    '(read-only invisible intangible field mouse-face help-echo local-map keymap
2008      yank-handler)      yank-handler)
2009    "*Text properties to discard when yanking."    "*Text properties to discard when yanking.
2010    The value should be a list of text properties to discard or t,
2011    which means to discard all text properties."
2012    :type '(choice (const :tag "All" t) (repeat symbol))    :type '(choice (const :tag "All" t) (repeat symbol))
2013    :group 'editing    :group 'editing
2014    :version "21.4")    :version "21.4")

Legend:
Removed from v.1.608  
changed lines
  Added in v.1.609

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26