summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/json.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/json.el b/lisp/json.el
index 203ec596980..db826f72405 100644
--- a/lisp/json.el
+++ b/lisp/json.el
@@ -140,7 +140,7 @@ this around your call to `json-read' instead of `setq'ing it.")
(defun json-skip-whitespace ()
"Skip past the whitespace at point."
- (skip-syntax-forward " "))
+ (skip-chars-forward "\t\r\n\f\b "))