From 3280fbe885ab0b9d16e898a44032338eda5840fe Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 11 Jan 2001 16:44:28 +0000 Subject: [PATCH] Tell them to use before-change-functions and after-change-functions instead of the obsolete before-change-function and after-change-function. --- etc/NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.39.5