aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2015-04-03 06:37:12 +0300
committerDmitry Gutov2015-04-03 06:37:31 +0300
commitf2fbd4b71236ca5559b93eb2baf1a7671442eef9 (patch)
treec8707f80b57ae3f76510046dc3874f6bb08c0101 /lisp/ChangeLog
parent839decd9ecbfa4ec4183ac69037f5aa882bdc47c (diff)
downloademacs-f2fbd4b71236ca5559b93eb2baf1a7671442eef9.tar.gz
emacs-f2fbd4b71236ca5559b93eb2baf1a7671442eef9.zip
js-mode: Don't indent inside a multiline string literal
* lisp/progmodes/js.el (js-indent-line): Do nothing when bol is inside a string (https://github.com/mooz/js2-mode/issues/227).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 38e45d063a4..b004a2bba96 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12015-04-03 Dmitry Gutov <dgutov@yandex.ru>
2
3 * progmodes/js.el (js-indent-line): Do nothing when bol is inside
4 a string (https://github.com/mooz/js2-mode/issues/227).
5
12015-04-02 Stefan Monnier <monnier@iro.umontreal.ca> 62015-04-02 Stefan Monnier <monnier@iro.umontreal.ca>
2 7
3 * abbrev.el (define-abbrev-table): Treat a non-string "docstring" as 8 * abbrev.el (define-abbrev-table): Treat a non-string "docstring" as