]> git.eshelyaron.com Git - emacs.git/commit
(read1): Fix and relax read syntax.
authorKim F. Storm <storm@cua.dk>
Mon, 17 Feb 2003 22:42:05 +0000 (22:42 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 17 Feb 2003 22:42:05 +0000 (22:42 +0000)
commitdf9c2be7f579469f5068ee2617b81b12b7d95a1e
tree2d4efa262376f1b1e06f472be42838c20d23a2d7
parent23e21195cb1608c03cbfd0346fd19fcd49b45bb1
(read1): Fix and relax read syntax.
Recognize "[", ";", "#", and "?" after a dotted-pair dot.
Only recognize "," after dotted-pair dot if inside backquote.
Never include "`" or "," (inside backquote) in a symbol.
Allow dotted-pair dot after a character constant.
Allow "`" and "," (inside backquote) after a character constant.
src/lread.c