aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
-rw-r--r--src/ChangeLog5
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 01ba19dee2b..96ad3597cb9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -8,6 +8,10 @@ For older news, see the file ONEWS
8 8
9* Changes in Emacs 21.2 9* Changes in Emacs 21.2
10 10
11** When the *scratch* buffer is recreated, its mode is set from
12initial-major-mode, which normally is lisp-interaction-mode,
13instead of using default-major-mode.
14
11** Byte compiler warning and error messages have been brought more 15** Byte compiler warning and error messages have been brought more
12in line with the output of other GNU tools. 16in line with the output of other GNU tools.
13 17
diff --git a/src/ChangeLog b/src/ChangeLog
index 6667b6054fe..624167312f0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12001-10-16 Gerd Moellmann <gerd@gnu.org>
2
3 * buffer.c (Fset_buffer_major_mode): Use initial-major-mode for
4 *scratch*.
5
12001-10-16 Ken Raeburn <raeburn@gnu.org> 62001-10-16 Ken Raeburn <raeburn@gnu.org>
2 7
3 Avoid the assumption that car and cdr slots of cons cells are 8 Avoid the assumption that car and cdr slots of cons cells are