Highlight the suffix in *Completions* buffer in 'basic' style too
* lisp/minibuffer.el (completion-basic-all-completions): Make sure to highlight the suffix as well (bug#71419).
This commit is contained in:
@@ -3816,7 +3816,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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user