Fix indentation of lines starting with # in js-mode
commit6b7e93e44488bb5f0efaa363a9d2e52d511959d5
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 8 May 2021 12:42:51 +0000 (8 14:42 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 9 May 2021 09:44:33 +0000 (9 11:44 +0200)
tree0a5822eac20773cb6ddaf9e39b39a88b6df80d1c
parent3d276324edd90b2df9f0987f635ca0c39037a81d
Fix indentation of lines starting with # in js-mode

* lisp/progmodes/js.el (js--proper-indentation): # is not like in
C -- it doesn't have to appear on the beginning of the line
(bug#47488).
lisp/progmodes/js.el