]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fminibuffer_complete_word): Remove unused var.
authorDave Love <fx@gnu.org>
Mon, 29 Sep 2003 18:07:03 +0000 (18:07 +0000)
committerDave Love <fx@gnu.org>
Mon, 29 Sep 2003 18:07:03 +0000 (18:07 +0000)
src/minibuf.c

index 50de309d21bf9f1af82adb96f639826ce76ca01d..0ccab2707d41e9515dc9289e37bd88aede8ccf57 100644 (file)
@@ -1995,7 +1995,6 @@ Return nil if there is no valid completion, else t.  */)
 {
   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 ());