emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/pyim db676274fa 2/2: Fix pyim-process-select-word.


From: ELPA Syncer
Subject: [elpa] externals/pyim db676274fa 2/2: Fix pyim-process-select-word.
Date: Mon, 27 Jun 2022 00:57:58 -0400 (EDT)

branch: externals/pyim
commit db676274faee42ebd74c00b5177b2f7608f13ea9
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    Fix pyim-process-select-word.
---
 pyim-process.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyim-process.el b/pyim-process.el
index 3dd237f4f2..7201659405 100644
--- a/pyim-process.el
+++ b/pyim-process.el
@@ -816,7 +816,7 @@ BUG:拼音无法有效地处理多音字。"
 
 (cl-defmethod pyim-process-select-word ((_scheme pyim-scheme-xingma))
   "按照形码规则,对预选词条进行选词操作。"
-  (pyim-process-select-word 'do-not-terminate)
+  (pyim-process-select-word-without-save 'do-not-terminate)
   (if (pyim-process-with-entered-buffer
         (and (> (point) 1)
              (< (point) (point-max))))



reply via email to

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