From e9701d16807d111687caf17a05679155a98c83e7 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 7 Oct 2008 16:18:01 +0000 Subject: [PATCH] * json.el (json-advance): Use forward-char. (json-skip-whitespace): Use skip-syntax-forward. --- lisp/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.39.5