diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-02-02 23:07:44 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-02-02 23:07:44 +0000 |
commit | 438c6ef0ef88d9c582ec3cf440c0773ba17bfcda (patch) | |
tree | 6696fb9e704ef6175c860286f4b305b76605244a /lisp/completion.el | |
parent | 136f8f670026b46ac8686daaea5b9f2f1d7eadf7 (diff) | |
download | emacs-438c6ef0ef88d9c582ec3cf440c0773ba17bfcda.tar.gz |
(completion-string): Add defvar.
Diffstat (limited to 'lisp/completion.el')
-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.") Used to decide whether to save completions.") (defvar cmpl-preceding-syntax) + +(defvar completion-string) ;;;--------------------------------------------------------------------------- ;;; Low level tools |