* lisp/json.el (json-read-keyword): Revert previous change to catch EOL.
This commit is contained in:
parent
541b596bf1
commit
9785d35137
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ KEYWORD is the keyword expected."
|
|||
(json-advance))
|
||||
keyword)
|
||||
(json-skip-whitespace)
|
||||
(unless (memq (following-char) '(?\] ?, ?}))
|
||||
(unless (looking-at "\\([],}]\\|$\\)")
|
||||
(signal 'json-unknown-keyword
|
||||
(list (save-excursion
|
||||
(backward-word-strictly 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue