/[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.295 by monnier, Mon Nov 17 23:23:15 2003 UTC revision 1.296 by handa, Wed Dec 3 08:23:53 2003 UTC
# Line 2125  decode_coding_iso2022 (coding, source, d Line 2125  decode_coding_iso2022 (coding, source, d
2125                            && src + 1 < src_end                            && src + 1 < src_end
2126                            && src[0] == '%'                            && src[0] == '%'
2127                            && src[1] == '@')                            && src[1] == '@')
2128                          break;                          {
2129                              src += 2;
2130                              break;
2131                            }
2132                        d += CHAR_STRING (c1, d), produced_chars++;                        d += CHAR_STRING (c1, d), produced_chars++;
2133                      }                      }
2134                    if (d + 3 > (dst_bytes ? dst_end : src))                    if (d + 3 > (dst_bytes ? dst_end : src))

Legend:
Removed from v.1.295  
changed lines
  Added in v.1.296

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