aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDave Love2000-12-15 15:07:18 +0000
committerDave Love2000-12-15 15:07:18 +0000
commit7a39158f7cd551861aa92b63638d1a21c75bb1b0 (patch)
tree6e2aef575046c684d1e498867502a2ce0f73e5fe /etc
parenta6768cc5728318fc9cc647d360f5ff28a89f6741 (diff)
downloademacs-7a39158f7cd551861aa92b63638d1a21c75bb1b0.tar.gz
emacs-7a39158f7cd551861aa92b63638d1a21c75bb1b0.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 22230d17074..98ab09f0654 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2069,6 +2069,12 @@ Therefore, Lisp programs that read files which contain the internal
2069MULE encoding should use `emacs-mule-unix'. `no-conversion' is only 2069MULE encoding should use `emacs-mule-unix'. `no-conversion' is only
2070appropriate for reading truly binary files. 2070appropriate 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
2076long 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.)