diff etc/NEWS @ 111623:0f82907d5a26

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.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 17 Nov 2010 21:09:41 -0500
parents 7b6e15a1faad
children 70ad6f6f15c7
line wrap: on
line diff
--- a/etc/NEWS	Wed Nov 17 14:59:16 2010 -0500
+++ b/etc/NEWS	Wed Nov 17 21:09:41 2010 -0500
@@ -100,6 +100,7 @@
   The old names are obsolete.
 ** The use of unintern without an obarray arg is declared obsolete.
 ** The function `princ-list' is declared obsolete.
+** The yank-handler argument to kill-region and friends is declared obsolete.
 ** New function byte-to-string, like char-to-string but for bytes.