From: Glenn Morris Date: Fri, 28 Sep 2012 07:45:18 +0000 (-0700) Subject: Comment X-Git-Tag: emacs-24.2.90~244^2~51 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d2dd3694575406be063943bdf6e76ecbecebcc94;p=emacs.git Comment --- diff --git a/src/lread.c b/src/lread.c index 0b7fd9067dc..d22011be7c8 100644 --- a/src/lread.c +++ b/src/lread.c @@ -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 != ';')