diff options
| author | Dave Love | 2000-12-15 15:07:18 +0000 |
|---|---|---|
| committer | Dave Love | 2000-12-15 15:07:18 +0000 |
| commit | 7a39158f7cd551861aa92b63638d1a21c75bb1b0 (patch) | |
| tree | 6e2aef575046c684d1e498867502a2ce0f73e5fe /etc | |
| parent | a6768cc5728318fc9cc647d360f5ff28a89f6741 (diff) | |
| download | emacs-7a39158f7cd551861aa92b63638d1a21c75bb1b0.tar.gz emacs-7a39158f7cd551861aa92b63638d1a21c75bb1b0.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -2069,6 +2069,12 @@ Therefore, Lisp programs that read files which contain the internal | |||
| 2069 | MULE encoding should use `emacs-mule-unix'. `no-conversion' is only | 2069 | MULE encoding should use `emacs-mule-unix'. `no-conversion' is only |
| 2070 | appropriate for reading truly binary files. | 2070 | appropriate for reading truly binary files. |
| 2071 | 2071 | ||
| 2072 | ** Code that relies on the obsolete `before-change-function' and | ||
| 2073 | `after-change-function' to detect buffer changes will now fail. | ||
| 2074 | |||
| 2075 | ** Code that uses `concat' with integer args now gets an error, as | ||
| 2076 | long promised. | ||
| 2077 | |||
| 2072 | 2078 | ||
| 2073 | * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, | 2079 | * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, |
| 2074 | (Display-related features are described in a page of their own below.) | 2080 | (Display-related features are described in a page of their own below.) |