Fix compilation warning in obsolete/complete.el

* lisp/obsolete/complete.el (completion-base-size): Avoid
compilation warning.
This commit is contained in:
Lars Ingebrigtsen 2020-09-12 15:08:41 +02:00
parent 97e9bddd0f
commit 661c0dfa2f

View file

@ -431,6 +431,8 @@ of `minibuffer-completion-table' and the minibuffer contents.")
(let ((result (try-completion string alist predicate)))
(if (eq result t) string result)))
(defvar completion-base-size)
;; TODO document MODE magic...
(defun PC-do-completion (&optional mode beg end goto-end)
"Internal function to do the work of partial completion.