From: Eli Zaretskii Date: Mon, 29 Dec 2003 11:46:03 +0000 (+0000) Subject: Document the change in insert-for-yank. X-Git-Tag: ttn-vms-21-2-B4~8112 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=53092de4a71c7f3c57366ae92f6ac4070a582510;p=emacs.git Document the change in insert-for-yank. --- diff --git a/etc/NEWS b/etc/NEWS index 13a8b93dc0f..a4ca184e250 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1734,6 +1734,11 @@ configuration files. * 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