]> git.eshelyaron.com Git - emacs.git/commit
Fix indentation error in js.el
authorTom Tromey <tom@tromey.com>
Fri, 24 Feb 2017 07:24:17 +0000 (00:24 -0700)
committerTom Tromey <tom@tromey.com>
Sat, 25 Feb 2017 03:33:41 +0000 (20:33 -0700)
commite52287ca3e974ed9f658315288060f638081abb0
tree5c4f57067ae60c95a45bff71edeae03efe18f604
parent7b49bd44b70d0583e7e5989513b38e6f77e1c559
Fix indentation error in js.el

* lisp/progmodes/js.el (js--indent-in-array-comp): Wrap forward-sexp
call in condition-case.
* test/lisp/progmodes/js-tests.el (js-mode-indentation-error): New
test.
lisp/progmodes/js.el
test/lisp/progmodes/js-tests.el