aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2009-05-26 03:04:49 +0000
committerChong Yidong2009-05-26 03:04:49 +0000
commitae98e41f9460d469d930c6c73242442deebd0997 (patch)
tree9ef43cda56795b6e21fadb04a8825fc4d76ec0e9
parentde4d9050ece703f46f43acc121f58b2189e4f975 (diff)
downloademacs-ae98e41f9460d469d930c6c73242442deebd0997.tar.gz
emacs-ae98e41f9460d469d930c6c73242442deebd0997.zip
Note that comment-style now defaults to indent.
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
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.
557*** The new command kill-matching-buffers kills buffers whose name 557*** The new command kill-matching-buffers kills buffers whose name
558matches a regexp. 558matches a regexp.
559--- 559---
560*** The value of comment-style now defaults to `indent'.
561Thefore, comment-start markers are inserted at the current indentation
562of the region to comment, rather than the leftmost column.
563---
560*** The new commands `pp-macroexpand-expression' and 564*** The new commands `pp-macroexpand-expression' and
561`pp-macroexpand-last-sexp' pretty-print macro expansions. 565`pp-macroexpand-last-sexp' pretty-print macro expansions.
562+++ 566+++