From: Eli Zaretskii Date: Thu, 11 Jan 2001 16:44:28 +0000 (+0000) Subject: Tell them to use before-change-functions and after-change-functions X-Git-Tag: emacs-pretest-21.0.96~344 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3280fbe885ab0b9d16e898a44032338eda5840fe;p=emacs.git Tell them to use before-change-functions and after-change-functions instead of the obsolete before-change-function and after-change-function. --- diff --git a/etc/NEWS b/etc/NEWS index c0b88f680c8..6110cff3346 100644 --- 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.