diff options
| author | Eli Zaretskii | 2003-12-29 11:46:03 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2003-12-29 11:46:03 +0000 |
| commit | 53092de4a71c7f3c57366ae92f6ac4070a582510 (patch) | |
| tree | 3ca93c107c1f8068e2236509627918768a473d2a | |
| parent | 529c94091fdfe481911dcc45f8d3ad84c3e406b3 (diff) | |
| download | emacs-53092de4a71c7f3c57366ae92f6ac4070a582510.tar.gz emacs-53092de4a71c7f3c57366ae92f6ac4070a582510.zip | |
Document the change in insert-for-yank.
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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 | ||
| 1739 | string. 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 |
| 1738 | arguments as `get-char-property' and returns a cons whose car is the | 1743 | arguments as `get-char-property' and returns a cons whose car is the |
| 1739 | return value of `get-char-property' called with those arguments and | 1744 | return value of `get-char-property' called with those arguments and |