From: Po Lu Date: Thu, 16 Nov 2023 09:31:04 +0000 (+0800) Subject: ; Commit omitted change X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd0f009c5157a3a05cb9f5919e5269d4fb6a97d6;p=emacs.git ; Commit omitted change * lisp/completion-preview.el (completion-preview-commands): Substitute analyze-text-conversion for text-conversion, as this list enumerates commands, not events. --- diff --git a/lisp/completion-preview.el b/lisp/completion-preview.el index 4258e6bbf3c..6048d5be272 100644 --- a/lisp/completion-preview.el +++ b/lisp/completion-preview.el @@ -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")