diff options
| author | Chong Yidong | 2009-05-26 03:04:49 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-05-26 03:04:49 +0000 |
| commit | ae98e41f9460d469d930c6c73242442deebd0997 (patch) | |
| tree | 9ef43cda56795b6e21fadb04a8825fc4d76ec0e9 | |
| parent | de4d9050ece703f46f43acc121f58b2189e4f975 (diff) | |
| download | emacs-ae98e41f9460d469d930c6c73242442deebd0997.tar.gz emacs-ae98e41f9460d469d930c6c73242442deebd0997.zip | |
Note that comment-style now defaults to indent.
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 |
| 558 | matches a regexp. | 558 | matches a regexp. |
| 559 | --- | 559 | --- |
| 560 | *** The value of comment-style now defaults to `indent'. | ||
| 561 | Thefore, comment-start markers are inserted at the current indentation | ||
| 562 | of 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 | +++ |