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

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

[elpa] externals/pyim e3c8f369b5 3/8: * pyim-liberime.el (pyim-select-wo


From: ELPA Syncer
Subject: [elpa] externals/pyim e3c8f369b5 3/8: * pyim-liberime.el (pyim-select-word-really): Use pyim-process-get-candidates.
Date: Wed, 8 Jun 2022 18:57:50 -0400 (EDT)

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

    * pyim-liberime.el (pyim-select-word-really): Use 
pyim-process-get-candidates.
---
 pyim-liberime.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyim-liberime.el b/pyim-liberime.el
index 3175e7f04d..fce60cf39c 100644
--- a/pyim-liberime.el
+++ b/pyim-liberime.el
@@ -189,7 +189,7 @@
        (reverse pyim-liberime-word-log))
       ;; 使用 rime 的同时,也附带的优化 quanpin 的词库。
       (let ((pyim-default-scheme 'quanpin))
-        (if (member (pyim-outcome-get) pyim-process-candidates)
+        (if (member (pyim-outcome-get) (pyim-process-get-candidates))
             (pyim-process-create-word (pyim-outcome-get) t)
           (pyim-process-create-word (pyim-outcome-get))))
       (setq pyim-liberime-code-log nil)



reply via email to

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