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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/coding.c
Date: Mon, 19 May 2003 09:02:40 -0400

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.277 emacs/src/coding.c:1.278
*** emacs/src/coding.c:1.277    Thu May  8 13:49:05 2003
--- emacs/src/coding.c  Mon May 19 09:02:39 2003
***************
*** 5986,5992 ****
        shrinked_bytes = from + (SBYTES (str) - to_byte);
      }
  
!   if (!require_decoding)
      {
        coding->consumed = SBYTES (str);
        coding->consumed_char = SCHARS (str);
--- 5986,5994 ----
        shrinked_bytes = from + (SBYTES (str) - to_byte);
      }
  
!   if (!require_decoding
!       && !(SYMBOLP (coding->post_read_conversion)
!          && !NILP (Ffboundp (coding->post_read_conversion))))
      {
        coding->consumed = SBYTES (str);
        coding->consumed_char = SCHARS (str);




reply via email to

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