aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
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)
1516 switch (c) 1516 switch (c)
1517 { 1517 {
1518 case -1: 1518 case -1:
1519 error ("End of file"); 1519 end_of_file_error ();
1520 1520
1521 case 'a': 1521 case 'a':
1522 return '\007'; 1522 return '\007';