aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2008-10-07 16:18:01 +0000
committerChong Yidong2008-10-07 16:18:01 +0000
commite9701d16807d111687caf17a05679155a98c83e7 (patch)
treee3a422efca52d6c781a3135a91e65da5a9a6a238 /lisp/ChangeLog
parent5a2a67897b8863dc13418911e5bf6db9af024c87 (diff)
downloademacs-e9701d16807d111687caf17a05679155a98c83e7.tar.gz
emacs-e9701d16807d111687caf17a05679155a98c83e7.zip
* json.el (json-advance): Use forward-char.
(json-skip-whitespace): Use skip-syntax-forward.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9b55d1cf4d5..3c1b174f6ed 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12008-10-07 T. V. Raman <raman@users.sourceforge.net>
2
3 * json.el (json-advance): Use forward-char.
4 (json-skip-whitespace): Use skip-syntax-forward.
5
12008-10-07 Alan Mackenzie <acm@muc.de> 62008-10-07 Alan Mackenzie <acm@muc.de>
2 7
3 * progmodes/cc-engine.el: Amend several doc strings and comments. 8 * progmodes/cc-engine.el: Amend several doc strings and comments.