aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-01-11 16:44:28 +0000
committerEli Zaretskii2001-01-11 16:44:28 +0000
commit3280fbe885ab0b9d16e898a44032338eda5840fe (patch)
treedb9e933b620852a3bb4932cc81292fce4153c9bf
parent6e961dcde2fdad36006f4e17df4b7d41d531cefd (diff)
downloademacs-3280fbe885ab0b9d16e898a44032338eda5840fe.tar.gz
emacs-3280fbe885ab0b9d16e898a44032338eda5840fe.zip
Tell them to use before-change-functions and after-change-functions
instead of the obsolete before-change-function and after-change-function.
-rw-r--r--etc/NEWS3
1 files changed, 2 insertions, 1 deletions
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
2111appropriate for reading truly binary files. 2111appropriate for reading truly binary files.
2112 2112
2113** Code that relies on the obsolete `before-change-function' and 2113** Code that relies on the obsolete `before-change-function' and
2114`after-change-function' to detect buffer changes will now fail. 2114`after-change-function' to detect buffer changes will now fail. Use
2115`before-change-functions' and `after-change-functions' instead.
2115 2116
2116** Code that uses `concat' with integer args now gets an error, as 2117** Code that uses `concat' with integer args now gets an error, as
2117long promised. 2118long promised.