Fix compilation warning in obsolete/complete.el
* lisp/obsolete/complete.el (completion-base-size): Avoid compilation warning.
This commit is contained in:
parent
97e9bddd0f
commit
661c0dfa2f
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue