(completion-table-with-predicate): Typo.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sat, 19 Apr 2008 03:34:02 +0000 (03:34 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sat, 19 Apr 2008 03:34:02 +0000 (03:34 +0000)
lisp/minibuffer.el

index 76c365c..b0cda27 100644 (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