]> git.eshelyaron.com Git - emacs.git/commit
Fix two js-mode filling bugs
authorTom Tromey <tom@tromey.com>
Tue, 10 Jan 2017 03:42:43 +0000 (20:42 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 13 Jan 2017 19:38:36 +0000 (12:38 -0700)
commit05fe74bec239bebea84cb6803120321c367d67d3
treec97352c290d455c8dadfceeabfd27240db50eaa1
parentd018843e0e8065b1c9de9474521db069e1aa0025
Fix two js-mode filling bugs

Bug#19399 and Bug#22431:
* lisp/progmodes/js.el (js-mode): Set comment-line-break-function and
c-block-comment-start-regexp.
* test/lisp/progmodes/js-tests.el: New file.
lisp/progmodes/js.el
test/lisp/progmodes/js-tests.el [new file with mode: 0644]