[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#30489: 26.0.91; [PATCH] Data associated with json-readtable-error no
From: |
Noam Postavsky |
Subject: |
bug#30489: 26.0.91; [PATCH] Data associated with json-readtable-error not a list |
Date: |
Thu, 15 Mar 2018 22:39:18 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux) |
"Basil L. Contovounesios" <contovob@tcd.ie> writes:
> - `(cond ,@res (t (signal 'json-readtable-error ,char)))))
> + `(cond ,@res (t (signal 'json-readtable-error ,(list char))))))
> When signalling json-readtable-error, the macro json-readtable-dispatch
> passes the unrecognised character as error data verbatim, rather than as
> a list. Attached is a patch which fixes this.
Should this be applied to emacs-26? It seems to fix a regression
relative to Emacs 25 (where this error just had `nil' as the data) and
the patch looks safe enough.
- bug#30489: 26.0.91; [PATCH] Data associated with json-readtable-error not a list,
Noam Postavsky <=