# HG changeset patch # User Chong Yidong # Date 1243307089 0 # Node ID 4f2e369530f6f219a64ea1be9861ecca784c3f5e # Parent 5820102239928be1260be35eb7f04c88efd7bc88 Note that comment-style now defaults to indent. diff -r 582010223992 -r 4f2e369530f6 etc/NEWS --- 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. +++