diff options
| -rw-r--r-- | lisp/minibuffer.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 156 | (cond | 156 | (cond |
| 157 | ((and (not strict) (eq action 'lambda)) | 157 | ((and (not strict) (eq action 'lambda)) |
| 158 | ;; Ignore pred1 since it doesn't really have to apply anyway. | 158 | ;; Ignore pred1 since it doesn't really have to apply anyway. |
| 159 | (test-completion string tabel pred2)) | 159 | (test-completion string table pred2)) |
| 160 | (t | 160 | (t |
| 161 | (or (complete-with-action action table string | 161 | (or (complete-with-action action table string |
| 162 | (if (null pred2) pred1 | 162 | (if (null pred2) pred1 |