aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2008-12-18 09:24:20 +0000
committerDan Nicolaescu2008-12-18 09:24:20 +0000
commit3976387b54c5367c160cb329a83fa26784ea37f9 (patch)
treeb08ad3843a5c5a5035afe70c8873aa38834a5e3f /lisp/ChangeLog
parentfd95644b937fb3e6e1285b21c2fc1ab901199e87 (diff)
downloademacs-3976387b54c5367c160cb329a83fa26784ea37f9.tar.gz
emacs-3976387b54c5367c160cb329a83fa26784ea37f9.zip
(comment-style): Default to `indent'. (Bug#1589)
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0c06b012fd6..05b299e2fa8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12008-12-18 Dan Nicolaescu <dann@ics.uci.edu> 12008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
4
3 * startup.el (command-line): Do not mention the server name in 5 * startup.el (command-line): Do not mention the server name in
4 case the user has not mentioned it, print a more explicit message. 6 case the user has not mentioned it, print a more explicit message.
5 7