(read1): Escape codes can force multibyte or single-byte.
authorKarl Heuer <kwzh@gnu.org>
Sun, 18 Jan 1998 04:49:11 +0000 (04:49 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sun, 18 Jan 1998 04:49:11 +0000 (04:49 +0000)
commite7fc914b0244b9b7488a0e4160210b76f4dc918e
treec6598efc31a820947edb049a6ca51af557c8a353
parentc52d78d521b1a203423011b064a00a004e85e479
(read1): Escape codes can force multibyte or single-byte.
Otherwise buffer_defaults->enable_multibyte_characters decides.
Only set force_singlebyte when a \-sequence is in the relevant
range.
(read_escape): New arg STRINGP.  `\ ' is ignored only when STRINGP
(normally, when reading a string).  Calls changed.
src/lread.c