# HG changeset patch # User Gerd Moellmann # Date 1003224344 0 # Node ID d8c67e07568767213655b70d0c5df491ec34be20 # Parent a72c97b251deeb9028b4d43c3531b21ad604b56b *** empty log message *** diff -r a72c97b251de -r d8c67e075687 etc/NEWS --- a/etc/NEWS Tue Oct 16 09:21:56 2001 +0000 +++ b/etc/NEWS Tue Oct 16 09:25:44 2001 +0000 @@ -8,6 +8,10 @@ * 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 -r a72c97b251de -r d8c67e075687 src/ChangeLog --- a/src/ChangeLog Tue Oct 16 09:21:56 2001 +0000 +++ b/src/ChangeLog Tue Oct 16 09:25:44 2001 +0000 @@ -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