/[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.239.2.39 by fx, Tue Oct 15 13:03:30 2002 UTC revision 1.239.2.40 by handa, Wed Oct 16 02:14:49 2002 UTC
# Line 5070  detect_coding (coding) Line 5070  detect_coding (coding)
5070                    detected |= detected_mask[category];                    detected |= detected_mask[category];
5071                    if ((*(this->detector)) (coding, &mask)                    if ((*(this->detector)) (coding, &mask)
5072                        && (mask & (1 << category)))                        && (mask & (1 << category)))
5073                      break;                      {
5074                          mask = 1 << category;
5075                          break;
5076                        }
5077                  }                  }
5078              }              }
5079            if (! mask)            if (! mask)

Legend:
Removed from v.1.239.2.39  
changed lines
  Added in v.1.239.2.40

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