summaryrefslogtreecommitdiff
path: root/lisp/completion.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-02-02 23:07:44 +0000
committerRichard M. Stallman <rms@gnu.org>1995-02-02 23:07:44 +0000
commit438c6ef0ef88d9c582ec3cf440c0773ba17bfcda (patch)
tree6696fb9e704ef6175c860286f4b305b76605244a /lisp/completion.el
parent136f8f670026b46ac8686daaea5b9f2f1d7eadf7 (diff)
downloademacs-438c6ef0ef88d9c582ec3cf440c0773ba17bfcda.tar.gz
(completion-string): Add defvar.
Diffstat (limited to 'lisp/completion.el')
-rw-r--r--lisp/completion.el2
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