diff --git a/src/lread.c b/src/lread.c index a72832201da..d8e0fd5b679 100644 --- a/src/lread.c +++ b/src/lread.c @@ -1516,7 +1516,7 @@ read_escape (readcharfun, stringp) switch (c) { case -1: - error ("End of file"); + end_of_file_error (); case 'a': return '\007';