]> git.eshelyaron.com Git - emacs.git/commitdiff
* json.el (json-advance): Use forward-char.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 7 Oct 2008 16:18:01 +0000 (16:18 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 7 Oct 2008 16:18:01 +0000 (16:18 +0000)
(json-skip-whitespace): Use skip-syntax-forward.

lisp/ChangeLog

index 9b55d1cf4d570aff8da6a074a1480e84bd0bae35..3c1b174f6edcaed972bba11b91ad1ebf0219b767 100644 (file)
@@ -1,3 +1,8 @@
+2008-10-07  T. V. Raman  <raman@users.sourceforge.net>
+
+       * json.el (json-advance): Use forward-char.
+       (json-skip-whitespace): Use skip-syntax-forward.
+
 2008-10-07  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-engine.el: Amend several doc strings and comments.