Document the change in insert-for-yank.
This commit is contained in:
parent
529c94091f
commit
53092de4a7
1 changed files with 5 additions and 0 deletions
5
etc/NEWS
5
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
|
||||
|
|
Loading…
Add table
Reference in a new issue