emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/coding.c [lexbind]
Date: Tue, 06 Jul 2004 07:04:38 -0400

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.245.2.8 emacs/src/coding.c:1.245.2.9
*** emacs/src/coding.c:1.245.2.8        Tue Jul  6 09:44:47 2004
--- emacs/src/coding.c  Tue Jul  6 10:10:52 2004
***************
*** 6320,6325 ****
--- 6320,6326 ----
        produced += coding->produced;
        produced_char += coding->produced_char;
        if (result == CODING_FINISH_NORMAL
+         || result == CODING_FINISH_INTERRUPT
          || (result == CODING_FINISH_INSUFFICIENT_SRC
              && coding->consumed == 0))
        break;




reply via email to

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