projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46c2fff
)
; Commit omitted change
author
Po Lu
<luangruo@yahoo.com>
Thu, 16 Nov 2023 09:31:04 +0000
(17:31 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Thu, 16 Nov 2023 09:39:14 +0000
(17:39 +0800)
* 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
patch
|
blob
|
history
diff --git
a/lisp/completion-preview.el
b/lisp/completion-preview.el
index 4258e6bbf3c333f7014d585121e00e4d60a7b66f..6048d5be2722a884eb44da196aa5ab59b826e3f2 100644
(file)
--- 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")