From: Stefan Monnier Date: Sat, 19 Apr 2008 03:34:02 +0000 (+0000) Subject: (completion-table-with-predicate): Typo. X-Git-Tag: emacs-pretest-23.0.90~6189 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af48580eee0cafaa761e95bf319f39ec610c8144;p=emacs.git (completion-table-with-predicate): Typo. --- diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 76c365c5c39..b0cda271128 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