]> git.eshelyaron.com Git - emacs.git/commit
Fix auto-fill bug in js-mode
authorTom Tromey <tom@tromey.com>
Sun, 27 Aug 2017 18:54:01 +0000 (12:54 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 27 Aug 2017 18:54:19 +0000 (12:54 -0600)
commit9e79a31c09d673019be2a2c78bf8b7db89351819
treecd9d5cf9d85b7fa9f30e3b88f3a258e9f874a7c8
parent5440b238b1ec4175dd32bc14b4098f6570b2ca85
Fix auto-fill bug in js-mode

* lisp/progmodes/js.el (js-do-auto-fill): New function.
(js-mode): Set normal-auto-fill-function.
* test/lisp/progmodes/js-tests.el (js-mode-fill-comment-bug): New
test.
lisp/progmodes/js.el
test/lisp/progmodes/js-tests.el