Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nfarlow-js committed Jul 22, 2024
1 parent ac13922 commit 933b5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/minibuffer.el
Original file line number Diff line number Diff line change
Expand Up @@ -3827,7 +3827,7 @@ Return the new suffix."
'point
(substring afterpoint 0 (cdr bounds)))))
(all (completion-pcm--all-completions prefix pattern table pred)))
(completion-hilit-commonality all point (car bounds))))
(completion-pcm--hilit-commonality pattern all)))

;;; Partial-completion-mode style completion.

Expand Down

0 comments on commit 933b5ae

Please sign in to comment.