comparison lisp/ChangeLog @ 42081:174e93fec7cc

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 16 Dec 2001 18:29:53 +0000
parents 8d6ee910d76c
children 38fcd503c300
comparison
equal deleted inserted replaced
42080:4dd93ea3bc4f 42081:174e93fec7cc
1 2001-12-16 Richard M. Stallman <rms@gnu.org> 1 2001-12-16 Richard M. Stallman <rms@gnu.org>
2
3 * startup.el (command-line-1): Display startup screen
4 even if there are command line args.
5 Add a note about how to go to editing your files.
6 (fancy-splash-head): Add a note about how to go to your files.
7 (fancy-splash-outer-buffer): New variable.
8 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
2 9
3 * subr.el (with-temp-message): At the end, always discard 10 * subr.el (with-temp-message): At the end, always discard
4 the temp message, even by clearing the echo area. 11 the temp message, even by clearing the echo area.
5 12
6 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook. 13 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.