# Further ChangeLog fix

This commit is contained in:
Glenn Morris 2015-03-10 18:46:39 -04:00
parent 6c9681afe9
commit c3ca6a911a

View file

@ -7,6 +7,7 @@
* progmodes/js.el (js-indent-first-initialiser): New option.
(js--maybe-goto-declaration-keyword-end): New function.
(js--proper-indentation): Use js--maybe-goto-declaration-keyword-end.
2015-03-10 Thomas Fitzsimmons <fitzsim@fitzsim.org>