changeset 53370:3f0eafd05a7b

Document the change in insert-for-yank.
author Eli Zaretskii <eliz@is.elta.co.il>
date Mon, 29 Dec 2003 11:46:03 +0000
parents e37aae745c21
children 89c5aff0d5d7
files etc/NEWS
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Mon Dec 29 11:40:49 2003 +0000
+++ b/etc/NEWS	Mon Dec 29 11:46:03 2003 +0000
@@ -1734,6 +1734,11 @@
 
 * 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