js-mode: Fix indent problem after a regexp
commit4887e7c6cbe022bd54ec42f3bdceae8fa434a0cd
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 16 Nov 2016 23:58:59 +0000 (17 01:58 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 16 Nov 2016 23:59:18 +0000 (17 01:59 +0200)
tree8c12dc883b8a5dcc338fb099bfb43eeb8f728ad3
parente992ac0a639d01df8f04c18061b0d73f792ff2c2
js-mode: Fix indent problem after a regexp

* lisp/progmodes/js.el (js--looking-at-operator-p): Check that the
slash is not ending a regexp (bug#24854).
lisp/progmodes/js.el