mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 04:10:27 -08:00
(mh-complete-word): Fix bug in call to mh-display-completion-list.
Wrong argument was passed, so completions wouldn't show highlighted prefix.
This commit is contained in:
parent
b2acecc1fc
commit
08166ee946
1 changed files with 1 additions and 1 deletions
|
|
@ -894,7 +894,7 @@ Any match found replaces the text from BEGIN to END."
|
|||
(if (equal word completion)
|
||||
(with-output-to-temp-buffer completions-buffer
|
||||
(mh-display-completion-list (all-completions word choices)
|
||||
choices))
|
||||
word))
|
||||
(ignore-errors
|
||||
(kill-buffer completions-buffer))
|
||||
(delete-region begin end)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue