From e714d5dc90be832ece46f6336161a0ff4c776306 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 29 Sep 2003 18:07:03 +0000 Subject: [PATCH] (Fminibuffer_complete_word): Remove unused var. --- src/minibuf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/minibuf.c b/src/minibuf.c index 50de309d21b..0ccab2707d4 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -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 ()); -- 2.39.5