emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r110232: Comment


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110232: Comment
Date: Fri, 28 Sep 2012 00:45:18 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110232
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-09-28 00:45:18 -0700
message:
  Comment
modified:
  src/lread.c
=== modified file 'src/lread.c'
--- a/src/lread.c       2012-09-28 07:40:42 +0000
+++ b/src/lread.c       2012-09-28 07:45:18 +0000
@@ -784,6 +784,8 @@
       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 != ';')


reply via email to

[Prev in Thread] Current Thread [Next in Thread]