1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

(Fminibuffer_complete_word): Remove unused var.

This commit is contained in:
Dave Love 2003-09-29 18:07:03 +00:00
parent f69559dd10
commit e714d5dc90

View 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 ());