]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorKim F. Storm <storm@cua.dk>
Mon, 17 Feb 2003 22:41:39 +0000 (22:41 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 17 Feb 2003 22:41:39 +0000 (22:41 +0000)
src/ChangeLog

index f9d0f56503ea70c699e67895aa5f9709c9edb2bb..7a3a337fae52ad846945e8b5129ef675dbc541d2 100644 (file)
@@ -1,3 +1,12 @@
+2003-02-18  Kim F. Storm  <storm@cua.dk>
+
+       * lread.c (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.
+       
 2003-02-17  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * gtkutil.c (xg_tool_bar_expose_callback): New function.