aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c
index 9e543f88fae..6415448c0bc 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -2034,7 +2034,7 @@ read_escape (readcharfun, stringp)
2034{ 2034{
2035 register int c = READCHAR; 2035 register int c = READCHAR;
2036 /* \u allows up to four hex digits, \U up to eight. Default to the 2036 /* \u allows up to four hex digits, \U up to eight. Default to the
2037 behaviour for \u, and change this value in the case that \U is seen. */ 2037 behavior for \u, and change this value in the case that \U is seen. */
2038 int unicode_hex_count = 4; 2038 int unicode_hex_count = 4;
2039 2039
2040 switch (c) 2040 switch (c)