emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/callproc.c [emacs-unicode-2]


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/callproc.c [emacs-unicode-2]
Date: Thu, 14 Oct 2004 08:36:29 -0400

Index: emacs/src/callproc.c
diff -c emacs/src/callproc.c:1.198.2.4 emacs/src/callproc.c:1.198.2.5
*** emacs/src/callproc.c:1.198.2.4      Thu Oct 14 08:49:56 2004
--- emacs/src/callproc.c        Thu Oct 14 12:28:46 2004
***************
*** 806,812 ****
                    carryover = nread;
                    /* This is to make the above condition always
                       fails in the future.  */
!                   saved_coding.type = coding_type_no_conversion;
                    continue;
                  }
  
--- 806,813 ----
                    carryover = nread;
                    /* This is to make the above condition always
                       fails in the future.  */
!                   saved_coding.common_flags
!                     &= ~CODING_REQUIRE_DETECTION_MASK;
                    continue;
                  }
  




reply via email to

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