branch: externals/pyim
commit db676274faee42ebd74c00b5177b2f7608f13ea9
Author: Feng Shu <tuma...@163.com>
Commit: Feng Shu <tuma...@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