From: Richard M. Stallman Date: Thu, 2 Feb 1995 23:07:44 +0000 (+0000) Subject: (completion-string): Add defvar. X-Git-Tag: emacs-19.34~5219 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=438c6ef0ef88d9c582ec3cf440c0773ba17bfcda;p=emacs.git (completion-string): Add defvar. --- 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