Mercurial > emacs
changeset 92315:3fe6adc69c98
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 28 Feb 2008 22:50:26 +0000 |
parents | 4cc33029958f |
children | ea0789926e6d |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Feb 28 22:50:12 2008 +0000 +++ b/lisp/ChangeLog Thu Feb 28 22:50:26 2008 +0000 @@ -1,3 +1,13 @@ +2008-02-28 Juri Linkov <juri@jurta.org> + + * startup.el: 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>. + 2008-02-28 Juri Linkov <juri@jurta.org> * cus-edit.el (custom-mode-map, custom-mode-link-map):