diff options
| author | Dave Love | 2003-09-29 18:07:03 +0000 |
|---|---|---|
| committer | Dave Love | 2003-09-29 18:07:03 +0000 |
| commit | e714d5dc90be832ece46f6336161a0ff4c776306 (patch) | |
| tree | c0630ea990174d3e22c4d657c277a0feb8dc9f60 /src | |
| parent | f69559dd10959fc102a8fa7e61149c8645f71801 (diff) | |
| download | emacs-e714d5dc90be832ece46f6336161a0ff4c776306.tar.gz emacs-e714d5dc90be832ece46f6336161a0ff4c776306.zip | |
(Fminibuffer_complete_word): Remove unused var.
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 1 |
1 files changed, 0 insertions, 1 deletions
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. */) | |||
| 1995 | { | 1995 | { |
| 1996 | Lisp_Object completion, tem, tem1; | 1996 | Lisp_Object completion, tem, tem1; |
| 1997 | register int i, i_byte; | 1997 | register int i, i_byte; |
| 1998 | register const unsigned char *completion_string; | ||
| 1999 | struct gcpro gcpro1, gcpro2; | 1998 | struct gcpro gcpro1, gcpro2; |
| 2000 | int prompt_end_charpos = XINT (Fminibuffer_prompt_end ()); | 1999 | int prompt_end_charpos = XINT (Fminibuffer_prompt_end ()); |
| 2001 | 2000 | ||