diff options
| author | Eli Zaretskii | 2001-01-11 16:44:28 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-01-11 16:44:28 +0000 |
| commit | 3280fbe885ab0b9d16e898a44032338eda5840fe (patch) | |
| tree | db9e933b620852a3bb4932cc81292fce4153c9bf | |
| parent | 6e961dcde2fdad36006f4e17df4b7d41d531cefd (diff) | |
| download | emacs-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/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -2111,7 +2111,8 @@ 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. |