emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master dd0f009c515 1/2: ; Commit omitted change


From: Po Lu
Subject: master dd0f009c515 1/2: ; Commit omitted change
Date: Thu, 16 Nov 2023 04:39:30 -0500 (EST)

branch: master
commit dd0f009c5157a3a05cb9f5919e5269d4fb6a97d6
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; Commit omitted change
    
    * lisp/completion-preview.el (completion-preview-commands):
    Substitute analyze-text-conversion for text-conversion, as this
    list enumerates commands, not events.
---
 lisp/completion-preview.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]