diff options
| -rw-r--r-- | lisp/completion.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/completion.el b/lisp/completion.el index 1d0fa0be361..8d2be55fff0 100644 --- a/lisp/completion.el +++ b/lisp/completion.el | |||
| @@ -387,6 +387,8 @@ Indicates that the old completion file has been read in.") | |||
| 387 | Used to decide whether to save completions.") | 387 | Used to decide whether to save completions.") |
| 388 | 388 | ||
| 389 | (defvar cmpl-preceding-syntax) | 389 | (defvar cmpl-preceding-syntax) |
| 390 | |||
| 391 | (defvar completion-string) | ||
| 390 | 392 | ||
| 391 | ;;;--------------------------------------------------------------------------- | 393 | ;;;--------------------------------------------------------------------------- |
| 392 | ;;; Low level tools | 394 | ;;; Low level tools |