# HG changeset patch # User Eli Zaretskii # Date 1072698363 0 # Node ID 3f0eafd05a7b603ccbef7f89e4d4c0d52d2f9801 # Parent e37aae745c216adb40348c1e7d0c0338a24bfcc5 Document the change in insert-for-yank. diff -r e37aae745c21 -r 3f0eafd05a7b etc/NEWS --- 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