1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00

* json.el (json-advance): Use forward-char.

(json-skip-whitespace): Use skip-syntax-forward.
This commit is contained in:
Chong Yidong 2008-10-07 16:18:01 +00:00
parent 5a2a67897b
commit e9701d1680

View 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.