diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index acc3435ce08..349d12225fc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,9 +1,9 @@ | |||
| 1 | 2013-11-24 Simon Schubert <2@0x2c.org> | 1 | 2013-11-24 Simon Schubert <2@0x2c.org> (tiny change) |
| 2 | 2 | ||
| 3 | * json.el (json-alist-p): Only return non-nil if the alist has | 3 | * json.el (json-alist-p): Only return non-nil if the alist has |
| 4 | simple keys (Bug#13518). | 4 | simple keys (Bug#13518). |
| 5 | 5 | ||
| 6 | 2013-11-22 Mihir Rege <mihirrege@gmail.com> (tiny change) | 6 | 2013-11-24 Mihir Rege <mihirrege@gmail.com> (tiny change) |
| 7 | 7 | ||
| 8 | * progmodes/js.el (js--ctrl-statement-indentation): Fix indent | 8 | * progmodes/js.el (js--ctrl-statement-indentation): Fix indent |
| 9 | when control-statement is the first statement in a buffer (Bug#15956). | 9 | when control-statement is the first statement in a buffer (Bug#15956). |