mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(completion-pcm-try-completion): Typo.
This commit is contained in:
parent
81ff94589d
commit
b00942d090
1 changed files with 1 additions and 1 deletions
|
|
@ -1289,7 +1289,7 @@ PATTERN is as returned by `completion-pcm--string->pattern'."
|
|||
;; the last place where there's something to choose, or
|
||||
;; at the very end.
|
||||
(pointpat (or (memq 'point mergedpat) (memq 'any mergedpat)
|
||||
margedpat))
|
||||
mergedpat))
|
||||
;; New pos from the start.
|
||||
(newpos (length (completion-pcm--pattern->string pointpat)))
|
||||
;; Do it afterwards because it changes `pointpat' by sideeffect.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue