From af48580eee0cafaa761e95bf319f39ec610c8144 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 19 Apr 2008 03:34:02 +0000 Subject: [PATCH] (completion-table-with-predicate): Typo. --- lisp/minibuffer.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 76c365c5c3..b0cda27112 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el @@ -156,7 +156,7 @@ Note: TABLE needs to be a proper completion table which obeys predicates." (cond ((and (not strict) (eq action 'lambda)) ;; Ignore pred1 since it doesn't really have to apply anyway. - (test-completion string tabel pred2)) + (test-completion string table pred2)) (t (or (complete-with-action action table string (if (null pred2) pred1 -- 2.39.2