emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 661c0df 1/2: Fix compilation warning in obsolete/complete.el


From: Lars Ingebrigtsen
Subject: master 661c0df 1/2: Fix compilation warning in obsolete/complete.el
Date: Sat, 12 Sep 2020 09:10:56 -0400 (EDT)

branch: master
commit 661c0dfa2f8af202535719477718413d1c094959
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix compilation warning in obsolete/complete.el
    
    * lisp/obsolete/complete.el (completion-base-size): Avoid
    compilation warning.
---
 lisp/obsolete/complete.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/obsolete/complete.el b/lisp/obsolete/complete.el
index bf16fb2..b1448e7 100644
--- a/lisp/obsolete/complete.el
+++ b/lisp/obsolete/complete.el
@@ -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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]