# HG changeset patch # User Chong Yidong # Date 1223396281 0 # Node ID b96285d2e930872744cb8918e6c5561747b9eea3 # Parent a3f6caec52576e596d230888b58686f9e98cca85 * json.el (json-advance): Use forward-char. (json-skip-whitespace): Use skip-syntax-forward. diff -r a3f6caec5257 -r b96285d2e930 lisp/ChangeLog --- a/lisp/ChangeLog Tue Oct 07 14:00:35 2008 +0000 +++ b/lisp/ChangeLog Tue Oct 07 16:18:01 2008 +0000 @@ -1,3 +1,8 @@ +2008-10-07 T. V. Raman + + * json.el (json-advance): Use forward-char. + (json-skip-whitespace): Use skip-syntax-forward. + 2008-10-07 Alan Mackenzie * progmodes/cc-engine.el: Amend several doc strings and comments.