Mercurial > emacs
diff lisp/completion.el @ 10639:dc32b19de050
(completion-string): Add defvar.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 02 Feb 1995 23:07:44 +0000 |
| parents | f587ee9a25f6 |
| children | 2bb1a6595c14 |
line wrap: on
line diff
--- a/lisp/completion.el Thu Feb 02 23:04:54 1995 +0000 +++ b/lisp/completion.el Thu Feb 02 23:07:44 1995 +0000 @@ -387,6 +387,8 @@ Used to decide whether to save completions.") (defvar cmpl-preceding-syntax) + +(defvar completion-string) ;;;--------------------------------------------------------------------------- ;;; Low level tools
