diff options
| author | Stefan Monnier | 2026-03-09 10:34:05 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2026-03-09 10:34:05 -0400 |
| commit | 0487d68ab9992be4fa70cfd908909001f71e66af (patch) | |
| tree | 8c93da3b94717d184f88277e277de949ecb2fb9c /lisp/minibuffer.el | |
| parent | 798dceb467d4ead092979822f24090c8378f8320 (diff) | |
| download | emacs-scratch/error-API.tar.gz emacs-scratch/error-API.zip | |
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) |