changeset 103291:4f2e369530f6

Note that comment-style now defaults to indent.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 26 May 2009 03:04:49 +0000
parents 582010223992
children 0d056af7a0af
files etc/NEWS
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Tue May 26 02:59:07 2009 +0000
+++ b/etc/NEWS	Tue May 26 03:04:49 2009 +0000
@@ -557,6 +557,10 @@
 *** The new command kill-matching-buffers kills buffers whose name
 matches a regexp.
 ---
+*** The value of comment-style now defaults to `indent'.
+Thefore, comment-start markers are inserted at the current indentation
+of the region to comment, rather than the leftmost column.
+---
 *** The new commands `pp-macroexpand-expression' and
 `pp-macroexpand-last-sexp' pretty-print macro expansions.
 +++