From: Chong Yidong Date: Tue, 26 May 2009 03:04:49 +0000 (+0000) Subject: Note that comment-style now defaults to indent. X-Git-Tag: emacs-pretest-23.0.95~167 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae98e41f9460d469d930c6c73242442deebd0997;p=emacs.git Note that comment-style now defaults to indent. --- diff --git a/etc/NEWS b/etc/NEWS index 424abec6ede..2b5a820472a 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -557,6 +557,10 @@ run processes remotely. *** 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. +++