mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-06 11:55:48 +00:00
(read_vector): Follow error conventions.
This commit is contained in:
parent
b5251fe73a
commit
6fa2b890d4
@ -2845,7 +2845,7 @@ read_vector (readcharfun, bytecodeflag)
|
||||
if (i == COMPILED_BYTECODE)
|
||||
{
|
||||
if (!STRINGP (item))
|
||||
error ("invalid byte code");
|
||||
error ("Invalid byte code");
|
||||
|
||||
/* Delay handling the bytecode slot until we know whether
|
||||
it is lazily-loaded (we can tell by whether the
|
||||
@ -2867,7 +2867,7 @@ read_vector (readcharfun, bytecodeflag)
|
||||
|
||||
item = Fread (bytestr);
|
||||
if (!CONSP (item))
|
||||
error ("invalid byte code");
|
||||
error ("Invalid byte code");
|
||||
|
||||
otem = XCONS (item);
|
||||
bytestr = XCAR (item);
|
||||
|
Loading…
Reference in New Issue
Block a user