]> git.eshelyaron.com Git - emacs.git/commit
(read_escape): `\ ' stands for nothing at all.
authorRichard M. Stallman <rms@gnu.org>
Fri, 9 Jan 1998 22:52:08 +0000 (22:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 9 Jan 1998 22:52:08 +0000 (22:52 +0000)
commite28552a46a6fd55e3e2b76a214301e348cb6de54
tree8d3a3f3ded2aeec6fa5d529c142556794976141d
parent2b08380873ba2aaa735051e5cf2cc12d7438c9d8
(read_escape): `\ ' stands for nothing at all.
(oblookup): Take args SIZE and SIZE_BYTE.  Callers changed.
(init_obarray, read1, make_symbol):
Pass new arg to make_pure_string.
(Fintern, oblookup, Fintern_soft, intern): Handle size_byte.
(dir_warning): Pass new arg to message_dolog.
(read1): PCH is now int *.
Declare ch as int.
(read0): Declare c as int.
(read_list): Declare ch as int.
(read0): Use Fmake_string not make_string.
(read1): When reading a string, maybe use make_unibyte_string.
(Fread_from_string): Convert string indices to/from bytes.
src/lread.c