emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lib-src/etags.c,v


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/lib-src/etags.c,v
Date: Tue, 08 Aug 2006 09:32:59 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jan Djärv <jhd>        06/08/08 09:32:58

Index: etags.c
===================================================================
RCS file: /cvsroot/emacs/emacs/lib-src/etags.c,v
retrieving revision 3.55
retrieving revision 3.56
diff -u -b -r3.55 -r3.56
--- etags.c     30 Jul 2006 09:43:47 -0000      3.55
+++ etags.c     8 Aug 2006 09:32:58 -0000       3.56
@@ -5165,7 +5165,7 @@
     {
       /* Skip to next line if we hit the TeX comment char. */
       if (c == '%')
-       while (c != '\n')
+       while (c != '\n' && c != EOF)
          c = getc (inf);
       else if (c == TEX_LESC || c == TEX_SESC )
        break;




reply via email to

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