From: Chong Yidong Date: Tue, 7 Oct 2008 16:18:01 +0000 (+0000) Subject: * json.el (json-advance): Use forward-char. X-Git-Tag: emacs-pretest-23.0.90~2615 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9701d16807d111687caf17a05679155a98c83e7;p=emacs.git * json.el (json-advance): Use forward-char. (json-skip-whitespace): Use skip-syntax-forward. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9b55d1cf4d5..3c1b174f6ed 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.