mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix previous completion-pcm--optimize-pattern fix
* lisp/minibuffer.el (completion-pcm--optimize-pattern): Re-fix previous change.
This commit is contained in:
parent
7b62cda96e
commit
bac0089fb8
1 changed files with 1 additions and 1 deletions
|
|
@ -3162,7 +3162,7 @@ or a symbol, see `completion-pcm--merge-completions'."
|
|||
(let ((n '()))
|
||||
(while p
|
||||
(pcase p
|
||||
(`(,(or 'any 'any-delim) ,(or 'any 'point))
|
||||
(`(,(or 'any 'any-delim) ,(or 'any 'point) . ,_)
|
||||
(setq p (cdr p)))
|
||||
;; This is not just a performance improvement: it turns a
|
||||
;; terminating `point' into an implicit `any', which affects
|
||||
|
|
|
|||
Loading…
Reference in a new issue