From: Gerd Moellmann Date: Tue, 16 Oct 2001 09:25:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~19409 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3ddf952f8bb765cee261493f2a3287dc49ef4a8b;p=emacs.git *** empty log message *** --- 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 * Changes in Emacs 21.2 +** When the *scratch* buffer is recreated, its mode is set from +initial-major-mode, which normally is lisp-interaction-mode, +instead of using default-major-mode. + ** Byte compiler warning and error messages have been brought more in line with the output of other GNU tools. diff --git a/src/ChangeLog b/src/ChangeLog index 6667b6054fe..624167312f0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-10-16 Gerd Moellmann + + * buffer.c (Fset_buffer_major_mode): Use initial-major-mode for + *scratch*. + 2001-10-16 Ken Raeburn Avoid the assumption that car and cdr slots of cons cells are