emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Fri, 10 Jun 2005 10:06:47 -0400

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.460 emacs/lisp/subr.el:1.461
*** emacs/lisp/subr.el:1.460    Wed Jun  8 22:37:23 2005
--- emacs/lisp/subr.el  Fri Jun 10 14:06:47 2005
***************
*** 1561,1567 ****
  `yank-excluded-properties'.  Otherwise just like (insert STRING).
  
  If STRING has a non-nil `yank-handler' property on the first character,
! the normal insert behaviour is modified in various ways.  The value of
  the yank-handler property must be a list with one to five elements
  with the following format:  (FUNCTION PARAM NOEXCLUDE UNDO).
  When FUNCTION is present and non-nil, it is called instead of `insert'
--- 1561,1567 ----
  `yank-excluded-properties'.  Otherwise just like (insert STRING).
  
  If STRING has a non-nil `yank-handler' property on the first character,
! the normal insert behavior is modified in various ways.  The value of
  the yank-handler property must be a list with one to five elements
  with the following format:  (FUNCTION PARAM NOEXCLUDE UNDO).
  When FUNCTION is present and non-nil, it is called instead of `insert'




reply via email to

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