emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/lread.c


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/lread.c
Date: Fri, 04 Apr 2003 01:23:51 -0500

Index: emacs/src/lread.c
diff -c emacs/src/lread.c:1.311 emacs/src/lread.c:1.312
*** emacs/src/lread.c:1.311     Tue Feb 25 07:29:03 2003
--- emacs/src/lread.c   Fri Mar 14 18:04:57 2003
***************
*** 2127,2133 ****
        {
          /* #! appears at the beginning of an executable file.
             Skip the first line.  */
!         while (c != '\n')
            c = READCHAR;
          goto retry;
        }
--- 2127,2133 ----
        {
          /* #! appears at the beginning of an executable file.
             Skip the first line.  */
!         while (c != '\n' && c >= 0)
            c = READCHAR;
          goto retry;
        }




reply via email to

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