Fix js-mode indentation bug
commitb47f97218efb8d9966e084bdfd8a86e8c47cf81d
authorTom Tromey <tom@tromey.com>
Tue, 10 Jan 2017 05:15:57 +0000 (9 22:15 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 13 Jan 2017 19:38:36 +0000 (13 12:38 -0700)
tree34f8f08d35699b9ce9d08cfaab1e1998735cec56
parentcab7a385881b29df45338acd07dbc39ec703fa80
Fix js-mode indentation bug

Bug#15582:
* lisp/progmodes/js.el (js--find-newline-backward): New function.
(js--continued-expression-p): Use it.
* test/manual/indent/js.js: Add new test.
lisp/progmodes/js.el
test/manual/indent/js.js