diff options
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 | ||