aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2008-02-28 22:50:26 +0000
committerJuri Linkov2008-02-28 22:50:26 +0000
commit8d86c6da46f3c7fa1d126fd02b21233049b8ff4a (patch)
treedde8a9c58abe67fa5d0ed8b71fd1454aebccd769 /lisp/ChangeLog
parent5c842d76fa043f799b73ed3050abb9a836639e86 (diff)
downloademacs-8d86c6da46f3c7fa1d126fd02b21233049b8ff4a.tar.gz
emacs-8d86c6da46f3c7fa1d126fd02b21233049b8ff4a.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/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6ea84c84d1a..d3e3ccc66ae 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,15 @@
12008-02-28 Juri Linkov <juri@jurta.org> 12008-02-28 Juri Linkov <juri@jurta.org>
2 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
112008-02-28 Juri Linkov <juri@jurta.org>
12
3 * cus-edit.el (custom-mode-map, custom-mode-link-map): 13 * cus-edit.el (custom-mode-map, custom-mode-link-map):
4 Rename `custom-mode' to `Custom-mode' in docstrings. 14 Rename `custom-mode' to `Custom-mode' in docstrings.
5 (custom-buffer-create-internal, customize-browse): 15 (custom-buffer-create-internal, customize-browse):