/[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.49.2.2 by handa, Tue Aug 20 07:21:58 2002 UTC revision 1.49.2.3 by handa, Tue Sep 3 04:06:07 2002 UTC
# Line 295  Returns the abbrev symbol, if expansion Line 295  Returns the abbrev symbol, if expansion
295    
296        FETCH_CHAR_ADVANCE (c, idx, idx_byte);        FETCH_CHAR_ADVANCE (c, idx, idx_byte);
297        if (! multibyte)        if (! multibyte)
298          {          MAKE_CHAR_MULTIBYTE (c);
           MAKE_CHAR_MULTIBYTE (c);  
         }  
299    
300        if (UPPERCASEP (c))        if (UPPERCASEP (c))
301          c = DOWNCASE (c), uccount++;          c = DOWNCASE (c), uccount++;
# Line 384  Returns the abbrev symbol, if expansion Line 382  Returns the abbrev symbol, if expansion
382    
383            /* Find the initial.  */            /* Find the initial.  */
384            while (pos < PT_BYTE            while (pos < PT_BYTE
385                   && SYNTAX (*BUF_BYTE_ADDRESS (current_buffer, pos)) != Sword)                   && SYNTAX (FETCH_CHAR_AS_MULTIBYTE (pos)) != Sword)
386              pos++;              pos++;
387    
388            /* Change just that.  */            /* Change just that.  */

Legend:
Removed from v.1.49.2.2  
changed lines
  Added in v.1.49.2.3

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