# HG changeset patch # User Stefan Monnier # Date 1208576042 0 # Node ID 0be1624297ac61faccca6a413b0c18cdd8718e04 # Parent 959a3833d833f72728916c593901c44f23fed539 (completion-table-with-predicate): Typo. diff -r 959a3833d833 -r 0be1624297ac lisp/minibuffer.el --- a/lisp/minibuffer.el Sat Apr 19 03:33:13 2008 +0000 +++ b/lisp/minibuffer.el Sat Apr 19 03:34:02 2008 +0000 @@ -156,7 +156,7 @@ (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