1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-22 10:26:20 +00:00

(completion-table-with-predicate): Typo.

This commit is contained in:
Stefan Monnier 2008-04-19 03:34:02 +00:00
parent e8dab97599
commit af48580eee

View File

@ -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