/[emacs]/emacs/src/coding.c
ViewVC logotype

Diff of /emacs/src/coding.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.277 by fx, Thu May 8 17:49:05 2003 UTC revision 1.278 by handa, Mon May 19 13:02:39 2003 UTC
# Line 5986  decode_coding_string (str, coding, nocop Line 5986  decode_coding_string (str, coding, nocop
5986        shrinked_bytes = from + (SBYTES (str) - to_byte);        shrinked_bytes = from + (SBYTES (str) - to_byte);
5987      }      }
5988    
5989    if (!require_decoding)    if (!require_decoding
5990          && !(SYMBOLP (coding->post_read_conversion)
5991               && !NILP (Ffboundp (coding->post_read_conversion))))
5992      {      {
5993        coding->consumed = SBYTES (str);        coding->consumed = SBYTES (str);
5994        coding->consumed_char = SCHARS (str);        coding->consumed_char = SCHARS (str);

Legend:
Removed from v.1.277  
changed lines
  Added in v.1.278

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26