emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/abbrev.c


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/abbrev.c
Date: Fri, 04 Apr 2003 01:23:46 -0500

Index: emacs/src/abbrev.c
diff -c emacs/src/abbrev.c:1.56 emacs/src/abbrev.c:1.57
*** emacs/src/abbrev.c:1.56     Tue Aug 20 03:07:19 2002
--- emacs/src/abbrev.c  Tue Feb  4 09:03:11 2003
***************
*** 303,309 ****
          c = FETCH_BYTE (idx_byte);
          idx++, idx_byte++;
        }
!         
        if (UPPERCASEP (c))
        c = DOWNCASE (c), uccount++;
        else if (! NOCASEP (c))
--- 303,309 ----
          c = FETCH_BYTE (idx_byte);
          idx++, idx_byte++;
        }
! 
        if (UPPERCASEP (c))
        c = DOWNCASE (c), uccount++;
        else if (! NOCASEP (c))




reply via email to

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