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:
parent
e8dab97599
commit
af48580eee
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user