]> git.eshelyaron.com Git - emacs.git/commitdiff
Document the change in insert-for-yank.
authorEli Zaretskii <eliz@is.elta.co.il>
Mon, 29 Dec 2003 11:46:03 +0000 (11:46 +0000)
committerEli Zaretskii <eliz@is.elta.co.il>
Mon, 29 Dec 2003 11:46:03 +0000 (11:46 +0000)
etc/NEWS

index 13a8b93dc0fd42fb2a39b6b6308e7660b8eddf28..a4ca184e2505f06370f202323f47633ca79ed4ca 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1734,6 +1734,11 @@ configuration files.
 \f
 * Lisp Changes in Emacs 21.4
 
+** The function `insert-for-yank' now supports strings where the
+`yank-handler' property does not span the first character of the
+string.  The old behavior is available if you call
+`insert-for-yank-1' instead.
+
 ** New function `get-char-property-and-overlay' accepts the same
 arguments as `get-char-property' and returns a cons whose car is the
 return value of `get-char-property' called with those arguments and