]> git.eshelyaron.com Git - emacs.git/commitdiff
Tell them to use before-change-functions and after-change-functions
authorEli Zaretskii <eliz@gnu.org>
Thu, 11 Jan 2001 16:44:28 +0000 (16:44 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 11 Jan 2001 16:44:28 +0000 (16:44 +0000)
instead of the obsolete before-change-function and after-change-function.

etc/NEWS

index c0b88f680c8877a12b49984762fe956e659b2a6b..6110cff3346a5cba70344eae828b71825344edbb 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2111,7 +2111,8 @@ MULE encoding should use `emacs-mule-unix'.  `no-conversion' is only
 appropriate for reading truly binary files.
 
 ** Code that relies on the obsolete `before-change-function' and
-`after-change-function' to detect buffer changes will now fail.
+`after-change-function' to detect buffer changes will now fail.  Use
+`before-change-functions' and `after-change-functions' instead.
 
 ** Code that uses `concat' with integer args now gets an error, as
 long promised.