aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLuc Teirlinck2004-09-19 01:11:35 +0000
committerLuc Teirlinck2004-09-19 01:11:35 +0000
commit7320911b5c895e62b0e10b32cfcd544dcda96042 (patch)
tree6704a1b1d9cf82db6f82fb2364b16cd78de1d717 /etc
parentbcd648b07a73a05c8257e81fc378060b13cd97dc (diff)
downloademacs-7320911b5c895e62b0e10b32cfcd544dcda96042.tar.gz
emacs-7320911b5c895e62b0e10b32cfcd544dcda96042.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 3e66ba4c5f6..c0dc82e7924 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2242,6 +2242,10 @@ configuration files.
2242 2242
2243* Lisp Changes in Emacs 21.4 2243* Lisp Changes in Emacs 21.4
2244 2244
2245** Major mode functions now run the new normal hook
2246`after-change-major-mode-hook', at the end, just before the mode
2247dependent hooks.
2248
2245+++ 2249+++
2246** `auto-save-file-format' has been renamed to 2250** `auto-save-file-format' has been renamed to
2247`buffer-auto-save-file-format' and made into a permanent local. 2251`buffer-auto-save-file-format' and made into a permanent local.