diff options
| author | Dmitry Gutov | 2015-04-03 06:37:12 +0300 |
|---|---|---|
| committer | Dmitry Gutov | 2015-04-03 06:37:31 +0300 |
| commit | f2fbd4b71236ca5559b93eb2baf1a7671442eef9 (patch) | |
| tree | c8707f80b57ae3f76510046dc3874f6bb08c0101 /lisp/ChangeLog | |
| parent | 839decd9ecbfa4ec4183ac69037f5aa882bdc47c (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2015-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 | |||
| 1 | 2015-04-02 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2015-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 |