diff options
| author | Noam Postavsky | 2017-02-11 23:15:13 -0500 |
|---|---|---|
| committer | Noam Postavsky | 2017-02-14 22:29:56 -0500 |
| commit | 0a64666288e3f32967db4ad683a4bc2f225fb952 (patch) | |
| tree | 2f235f41d4c44bd7f218a006b59d03feb4eab672 /etc | |
| parent | 61ea36bb37740315dc78ba213db51c508c489f25 (diff) | |
| download | emacs-0a64666288e3f32967db4ad683a4bc2f225fb952.tar.gz emacs-0a64666288e3f32967db4ad683a4bc2f225fb952.zip | |
Test comment-multi-line = nil auto fill case too
* test/lisp/progmodes/js-tests.el (js-mode-auto-fill): Test with
`comment-multi-line' both nil and non-nil.
* lisp/newcomment.el (comment-multi-line): Mark safe if it's a
boolean.
* etc/NEWS: Mention that `js-mode' now sets `comment-multi-line'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -624,6 +624,9 @@ initialization files. | |||
| 624 | --- | 624 | --- |
| 625 | ** 'auto-revert-use-notify' is set back to t in 'global-auto-revert-mode'. | 625 | ** 'auto-revert-use-notify' is set back to t in 'global-auto-revert-mode'. |
| 626 | 626 | ||
| 627 | --- | ||
| 628 | ** JS mode now sets 'comment-multi-line' to t. | ||
| 629 | |||
| 627 | ** CSS mode | 630 | ** CSS mode |
| 628 | 631 | ||
| 629 | --- | 632 | --- |