diff options
| author | Stefan Monnier | 2010-11-17 21:09:41 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2010-11-17 21:09:41 -0500 |
| commit | 9fca7811a8f085b4a75b197caec60886fdae324e (patch) | |
| tree | dcc8f97d5decc562e3534b85d897e3048eeee34b /etc | |
| parent | e2f454c4bed74e7699e71da161db37a4dd1317de (diff) | |
| download | emacs-9fca7811a8f085b4a75b197caec60886fdae324e.tar.gz emacs-9fca7811a8f085b4a75b197caec60886fdae324e.zip | |
Make the yank-handler argument obsolete.
* simple.el (kill-new, kill-append, kill-region):
* comint.el (comint-kill-region): Make the yank-handler argument obsolete.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -100,6 +100,7 @@ starting from the first line of text below the header line. | |||
| 100 | The old names are obsolete. | 100 | The old names are obsolete. |
| 101 | ** The use of unintern without an obarray arg is declared obsolete. | 101 | ** The use of unintern without an obarray arg is declared obsolete. |
| 102 | ** The function `princ-list' is declared obsolete. | 102 | ** The function `princ-list' is declared obsolete. |
| 103 | ** The yank-handler argument to kill-region and friends is declared obsolete. | ||
| 103 | ** New function byte-to-string, like char-to-string but for bytes. | 104 | ** New function byte-to-string, like char-to-string but for bytes. |
| 104 | 105 | ||
| 105 | 106 | ||