aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2003-12-29 11:46:03 +0000
committerEli Zaretskii2003-12-29 11:46:03 +0000
commit53092de4a71c7f3c57366ae92f6ac4070a582510 (patch)
tree3ca93c107c1f8068e2236509627918768a473d2a
parent529c94091fdfe481911dcc45f8d3ad84c3e406b3 (diff)
downloademacs-53092de4a71c7f3c57366ae92f6ac4070a582510.tar.gz
emacs-53092de4a71c7f3c57366ae92f6ac4070a582510.zip
Document the change in insert-for-yank.
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 13a8b93dc0f..a4ca184e250 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1734,6 +1734,11 @@ configuration files.
1734 1734
1735* Lisp Changes in Emacs 21.4 1735* Lisp Changes in Emacs 21.4
1736 1736
1737** The function `insert-for-yank' now supports strings where the
1738`yank-handler' property does not span the first character of the
1739string. The old behavior is available if you call
1740`insert-for-yank-1' instead.
1741
1737** New function `get-char-property-and-overlay' accepts the same 1742** New function `get-char-property-and-overlay' accepts the same
1738arguments as `get-char-property' and returns a cons whose car is the 1743arguments as `get-char-property' and returns a cons whose car is the
1739return value of `get-char-property' called with those arguments and 1744return value of `get-char-property' called with those arguments and