mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-30 09:00:31 -08:00
Comment
This commit is contained in:
parent
757140ff9a
commit
d2dd369457
1 changed files with 2 additions and 0 deletions
|
|
@ -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 != ';')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue