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

Diff of /emacs/src/abbrev.c

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

revision 1.56 by handa, Tue Aug 20 07:07:19 2002 UTC revision 1.57 by lektu, Tue Feb 4 14:03:11 2003 UTC
# Line 303  Returns the abbrev symbol, if expansion Line 303  Returns the abbrev symbol, if expansion
303            c = FETCH_BYTE (idx_byte);            c = FETCH_BYTE (idx_byte);
304            idx++, idx_byte++;            idx++, idx_byte++;
305          }          }
306              
307        if (UPPERCASEP (c))        if (UPPERCASEP (c))
308          c = DOWNCASE (c), uccount++;          c = DOWNCASE (c), uccount++;
309        else if (! NOCASEP (c))        else if (! NOCASEP (c))

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

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