Mercurial > emacs
changeset 35242:910222f6a03c
Tell them to use before-change-functions and after-change-functions
instead of the obsolete before-change-function and after-change-function.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Thu, 11 Jan 2001 16:44:28 +0000 |
parents | 5d83c58bea03 |
children | 569b2a1b20df |
files | etc/NEWS |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Thu Jan 11 16:41:38 2001 +0000 +++ b/etc/NEWS Thu Jan 11 16:44:28 2001 +0000 @@ -2111,7 +2111,8 @@ 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.