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