diff options
| author | Juri Linkov | 2008-02-28 22:43:30 +0000 |
|---|---|---|
| committer | Juri Linkov | 2008-02-28 22:43:30 +0000 |
| commit | 22351e44a3afb189c438fb02f73b8e5065afd0e1 (patch) | |
| tree | cb60300ab68b90faab54f246ab12bcfee846d026 /lisp/ChangeLog | |
| parent | dacce8310406e94994e6c7d8b63e73784134b431 (diff) | |
| download | emacs-22351e44a3afb189c438fb02f73b8e5065afd0e1.tar.gz emacs-22351e44a3afb189c438fb02f73b8e5065afd0e1.zip | |
Always add initial message to *scratch* buffer if
`initial-scratch-message' is non-nil regardless of the value of
`inhibit-startup-screen'.
(inhibit-startup-screen, initial-scratch-message): Doc fix.
(command-line-1): Move code that inserts `initial-scratch-message'
up before the if-form that checks for `inhibit-startup-screen'.
Suggested by Jonathan Rockway <jon@jrock.us>.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 528f817a01f..4b99bd30c06 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2008-02-28 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * startup.el: Always add initial message to *scratch* buffer if | ||
| 4 | `initial-scratch-message' is non-nil regardless of the value of | ||
| 5 | `inhibit-startup-screen'. | ||
| 6 | (inhibit-startup-screen, initial-scratch-message): Doc fix. | ||
| 7 | (command-line-1): Move code that inserts `initial-scratch-message' | ||
| 8 | up before the if-form that checks for `inhibit-startup-screen'. | ||
| 9 | Suggested by Jonathan Rockway <jon@jrock.us>. | ||
| 10 | |||
| 1 | 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca> | 11 | 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 12 | ||
| 3 | * textmodes/fill.el (fill-comment-paragraph): Don't try to do | 13 | * textmodes/fill.el (fill-comment-paragraph): Don't try to do |