aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorNoam Postavsky2017-02-11 23:15:13 -0500
committerNoam Postavsky2017-02-14 22:29:56 -0500
commit0a64666288e3f32967db4ad683a4bc2f225fb952 (patch)
tree2f235f41d4c44bd7f218a006b59d03feb4eab672 /etc
parent61ea36bb37740315dc78ba213db51c508c489f25 (diff)
downloademacs-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 31b05ddbab4..421e5daa3e4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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---