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

Diff of /emacs/src/minibuf.c

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

revision 1.284 by ttn, Sun Aug 7 12:33:17 2005 UTC revision 1.285 by kfstorm, Mon Sep 12 10:26:48 2005 UTC
# Line 2158  Return nil if there is no valid completi Line 2158  Return nil if there is no valid completi
2158  {  {
2159    Lisp_Object completion, tem, tem1;    Lisp_Object completion, tem, tem1;
2160    register int i, i_byte;    register int i, i_byte;
   register const unsigned char *completion_string;  
2161    struct gcpro gcpro1, gcpro2;    struct gcpro gcpro1, gcpro2;
2162    int prompt_end_charpos = XINT (Fminibuffer_prompt_end ());    int prompt_end_charpos = XINT (Fminibuffer_prompt_end ());
2163    
# Line 2289  Return nil if there is no valid completi Line 2288  Return nil if there is no valid completi
2288    {    {
2289      int len, c;      int len, c;
2290      int bytes = SBYTES (completion);      int bytes = SBYTES (completion);
2291      completion_string = SDATA (completion);      register const unsigned char *completion_string = SDATA (completion);
2292      for (; i_byte < SBYTES (completion); i_byte += len, i++)      for (; i_byte < SBYTES (completion); i_byte += len, i++)
2293        {        {
2294          c = STRING_CHAR_AND_LENGTH (completion_string + i_byte,          c = STRING_CHAR_AND_LENGTH (completion_string + i_byte,

Legend:
Removed from v.1.284  
changed lines
  Added in v.1.285

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