Mercurial > emacs
comparison lisp/ChangeLog @ 80239:88b9f0aa6ce0
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 28 Feb 2008 22:43:30 +0000 |
parents | d2d9530e9b45 |
children | 158cdf102893 |
comparison
equal
deleted
inserted
replaced
80238:962e043b10b5 | 80239:88b9f0aa6ce0 |
---|---|
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 |
4 comment-paragraph filling if the commark doesn't match | 14 comment-paragraph filling if the commark doesn't match |
5 comment-start-skip. | 15 comment-start-skip. |