Comment
authorGlenn Morris <rgm@gnu.org>
Fri, 28 Sep 2012 07:45:18 +0000 (00:45 -0700)
committerGlenn Morris <rgm@gnu.org>
Fri, 28 Sep 2012 07:45:18 +0000 (00:45 -0700)
src/lread.c

index 0b7fd90..d22011b 100644 (file)
@@ -784,6 +784,8 @@ lisp_file_lexically_bound_p (Lisp_Object readcharfun)
       while (ch != '\n' && ch != EOF)
         ch = READCHAR;
       if (ch == '\n') ch = READCHAR;
+      /* It is OK to leave the position after a #! line, since
+         that is what read1 does.  */
     }
 
   if (ch != ';')