; Commit omitted change
* lisp/completion-preview.el (completion-preview-commands): Substitute analyze-text-conversion for text-conversion, as this list enumerates commands, not events.
This commit is contained in:
parent
46c2fffd89
commit
dd0f009c51
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ first candidate, and you can cycle between the candidates with
|
|||
insert-char
|
||||
delete-backward-char
|
||||
backward-delete-char-untabify
|
||||
text-conversion)
|
||||
analyze-text-conversion)
|
||||
"List of commands that should trigger completion preview."
|
||||
:type '(repeat (function :tag "Command" :value self-insert-command))
|
||||
:version "30.1")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue