aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2013-11-25 00:53:35 +0200
committerDmitry Gutov2013-11-25 00:53:35 +0200
commit431dec313259cd2f868d4bea79e3a32279961eb7 (patch)
tree7d935a93f8301e804cf0b4be6520597b65eee031
parent7c1bf12e5c285dc2b3955e0a911766370ac0af1e (diff)
downloademacs-431dec313259cd2f868d4bea79e3a32279961eb7.tar.gz
emacs-431dec313259cd2f868d4bea79e3a32279961eb7.zip
Fixup two last lisp/ChangeLog entries
-rw-r--r--lisp/ChangeLog4
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 @@
12013-11-24 Simon Schubert <2@0x2c.org> 12013-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
62013-11-22 Mihir Rege <mihirrege@gmail.com> (tiny change) 62013-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).