aboutsummaryrefslogtreecommitdiffstats
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 b13ec781b48..d5f05fed95f 100644
--- a/lisp/json.el
+++ b/lisp/json.el
@@ -305,7 +305,7 @@ KEYWORD is the keyword expected."
305 (json-advance)) 305 (json-advance))
306 keyword) 306 keyword)
307 (json-skip-whitespace) 307 (json-skip-whitespace)
308 (unless (memq (following-char) '(?\] ?, ?})) 308 (unless (looking-at "\\([],}]\\|$\\)")
309 (signal 'json-unknown-keyword 309 (signal 'json-unknown-keyword
310 (list (save-excursion 310 (list (save-excursion
311 (backward-word-strictly 1) 311 (backward-word-strictly 1)