emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/minibuf.c
Date: Mon, 12 Sep 2005 06:26:48 -0400

Index: emacs/src/minibuf.c
diff -c emacs/src/minibuf.c:1.284 emacs/src/minibuf.c:1.285
*** emacs/src/minibuf.c:1.284   Sun Aug  7 12:33:17 2005
--- emacs/src/minibuf.c Mon Sep 12 10:26:48 2005
***************
*** 2158,2164 ****
  {
    Lisp_Object completion, tem, tem1;
    register int i, i_byte;
-   register const unsigned char *completion_string;
    struct gcpro gcpro1, gcpro2;
    int prompt_end_charpos = XINT (Fminibuffer_prompt_end ());
  
--- 2158,2163 ----
***************
*** 2289,2295 ****
    {
      int len, c;
      int bytes = SBYTES (completion);
!     completion_string = SDATA (completion);
      for (; i_byte < SBYTES (completion); i_byte += len, i++)
        {
        c = STRING_CHAR_AND_LENGTH (completion_string + i_byte,
--- 2288,2294 ----
    {
      int len, c;
      int bytes = SBYTES (completion);
!     register const unsigned char *completion_string = SDATA (completion);
      for (; i_byte < SBYTES (completion); i_byte += len, i++)
        {
        c = STRING_CHAR_AND_LENGTH (completion_string + i_byte,




reply via email to

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