]> git.eshelyaron.com Git - emacs.git/commit
Fix up invalid_syntax error signalling
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 2 Feb 2021 08:26:02 +0000 (09:26 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 2 Feb 2021 08:26:02 +0000 (09:26 +0100)
commit56804edc835b5b48f3bd6f89763c13d5e3ae3124
treef915c0f31ec805cc6f0d88296c3ee55d95163a0d
parent83efac64779b0cda1a700d2f82d63a1afa1ac6f4
Fix up invalid_syntax error signalling

* src/lread.c (invalid_syntax_lisp): Instead of putting the
line/column in a string, signal an error containing the numbers as
data.  This allows for easier post-processing and is how other
similar errors (like (forward-sexp 1)) do it.
src/lread.c