comparison etc/NEWS @ 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 a671ccb060d5
children d6a8befb918c
comparison
equal deleted inserted replaced
35241:5d83c58bea03 35242:910222f6a03c
2109 Therefore, Lisp programs that read files which contain the internal 2109 Therefore, Lisp programs that read files which contain the internal
2110 MULE encoding should use `emacs-mule-unix'. `no-conversion' is only 2110 MULE encoding should use `emacs-mule-unix'. `no-conversion' is only
2111 appropriate for reading truly binary files. 2111 appropriate 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
2117 long promised. 2118 long promised.
2118 2119
2119 ** `scroll-left' and `scroll-right' are only effective when 2120 ** `scroll-left' and `scroll-right' are only effective when