emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/json.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/json.el,v
Date: Wed, 08 Oct 2008 15:52:44 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/10/08 15:52:44

Index: json.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/json.el,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- json.el     7 Oct 2008 16:18:22 -0000       1.7
+++ json.el     8 Oct 2008 15:52:43 -0000       1.8
@@ -140,7 +140,7 @@
 
 (defun json-skip-whitespace ()
   "Skip past the whitespace at point."
-  (skip-syntax-forward " "))
+  (skip-chars-forward "\t\r\n\f\b "))
 
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]