aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2010-11-17 21:09:41 -0500
committerStefan Monnier2010-11-17 21:09:41 -0500
commit9fca7811a8f085b4a75b197caec60886fdae324e (patch)
treedcc8f97d5decc562e3534b85d897e3048eeee34b /etc
parente2f454c4bed74e7699e71da161db37a4dd1317de (diff)
downloademacs-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/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c34ed537ea7..eb765f37373 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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