remove snarf marker from lread.c
authorRobin Templeton <robin@terpri.org>
Wed, 18 Jun 2014 02:39:03 +0000 (22:39 -0400)
committerRobin Templeton <robin@terpri.org>
Sat, 18 Apr 2015 22:49:09 +0000 (18:49 -0400)
src/lread.c

index 12ac80d..71ef776 100644 (file)
@@ -2635,7 +2635,7 @@ read1 (Lisp_Object readcharfun, int *pch, bool first_in_list)
                  XSETPVECTYPE (XVECTOR (tmp), PVEC_SUB_CHAR_TABLE);
                  return tmp;
                }
-             invalid_syntax ("#^^");
+             invalid_syntax ("#^" "^");
            }
          invalid_syntax ("#^");
        }