aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorNathan Weizenbaum2010-08-26 16:09:31 -0400
committerChong Yidong2010-08-26 16:09:31 -0400
commit4142607e2fb5acacc8d087fa581422df3459fc81 (patch)
treebdb04393ccebaff9089a01a2a5eb831551feb2bb /lisp/ChangeLog
parent88a36e604acbcb7093cb271ebf7b3ebed4d750ef (diff)
downloademacs-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/ChangeLog7
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 @@
12010-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
12010-08-26 Daniel Colascione <dan.colascione@gmail.com> 82010-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