diff options
Diffstat (limited to 'lisp/minibuffer.el')
| -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 1ac83134dbe..13d0e712821 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el | |||
| @@ -4634,7 +4634,7 @@ filter out additional entries (because TABLE might not obey PRED)." | |||
| 4634 | (if between (list between)) pattern)) | 4634 | (if between (list between)) pattern)) |
| 4635 | (setq prefix subprefix))) | 4635 | (setq prefix subprefix))) |
| 4636 | (if (and (null all) firsterror) | 4636 | (if (and (null all) firsterror) |
| 4637 | (signal (car firsterror) (cdr firsterror)) | 4637 | (signal firsterror) |
| 4638 | (list pattern all prefix suffix))))) | 4638 | (list pattern all prefix suffix))))) |
| 4639 | 4639 | ||
| 4640 | (defun completion-pcm-all-completions (string table pred point) | 4640 | (defun completion-pcm-all-completions (string table pred point) |