Mercurial > emacs
changeset 98552:b96285d2e930
* json.el (json-advance): Use forward-char.
(json-skip-whitespace): Use skip-syntax-forward.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 07 Oct 2008 16:18:01 +0000 |
parents | a3f6caec5257 |
children | 4b085b844163 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.