diff options
| author | Dmitry Gutov | 2013-11-25 00:53:35 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2013-11-25 00:53:35 +0200 |
| commit | 431dec313259cd2f868d4bea79e3a32279961eb7 (patch) | |
| tree | 7d935a93f8301e804cf0b4be6520597b65eee031 | |
| parent | 7c1bf12e5c285dc2b3955e0a911766370ac0af1e (diff) | |
| download | emacs-431dec313259cd2f868d4bea79e3a32279961eb7.tar.gz emacs-431dec313259cd2f868d4bea79e3a32279961eb7.zip | |
Fixup two last lisp/ChangeLog entries
| -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). |