diff options
| author | Dan Nicolaescu | 2008-12-18 09:24:20 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-12-18 09:24:20 +0000 |
| commit | 3976387b54c5367c160cb329a83fa26784ea37f9 (patch) | |
| tree | b08ad3843a5c5a5035afe70c8873aa38834a5e3f /lisp/ChangeLog | |
| parent | fd95644b937fb3e6e1285b21c2fc1ab901199e87 (diff) | |
| download | emacs-3976387b54c5367c160cb329a83fa26784ea37f9.tar.gz emacs-3976387b54c5367c160cb329a83fa26784ea37f9.zip | |
(comment-style): Default to `indent'. (Bug#1589)
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
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 @@ | |||
| 1 | 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2008-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 | ||