diff options
| author | Nathan Weizenbaum | 2010-08-26 16:09:31 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-08-26 16:09:31 -0400 |
| commit | 4142607e2fb5acacc8d087fa581422df3459fc81 (patch) | |
| tree | bdb04393ccebaff9089a01a2a5eb831551feb2bb /lisp/ChangeLog | |
| parent | 88a36e604acbcb7093cb271ebf7b3ebed4d750ef (diff) | |
| download | emacs-4142607e2fb5acacc8d087fa581422df3459fc81.tar.gz emacs-4142607e2fb5acacc8d087fa581422df3459fc81.zip | |
* progmodes/js.el: Make indentation more customizable (Bug#6914).
(js-paren-indent-offset, js-square-indent-offset)
(js-curly-indent-offset): New options.
(js--proper-indentation): Use them.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dd96803195f..a220bc38f95 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2010-08-26 Nathan Weizenbaum <nweiz@cressida.sea.corp.google.com> (tiny change) | ||
| 2 | |||
| 3 | * progmodes/js.el: Make indentation more customizable (Bug#6914). | ||
| 4 | (js-paren-indent-offset, js-square-indent-offset) | ||
| 5 | (js-curly-indent-offset): New options. | ||
| 6 | (js--proper-indentation): Use them. | ||
| 7 | |||
| 1 | 2010-08-26 Daniel Colascione <dan.colascione@gmail.com> | 8 | 2010-08-26 Daniel Colascione <dan.colascione@gmail.com> |
| 2 | 9 | ||
| 3 | * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss | 10 | * progmodes/sh-script.el (sh-get-indent-info): Use syntax-ppss |