branch: externals/pyim commit a6854aa6673072f1c5d561b3b842672dfdf62d63 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
* pyim-candidates.el (pyim-candidates-create-async): Use cl-call-next-method. --- pyim-candidates.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyim-candidates.el b/pyim-candidates.el index dfcd3e2777..1a63ef8169 100644 --- a/pyim-candidates.el +++ b/pyim-candidates.el @@ -334,7 +334,7 @@ "按照 SCHEME, 用异步的方式从 IMOBJS 获得候选词条,用于双拼输入法。" ;; 注意:pyim 支持的双拼输入法,内部使用全拼的 imobjs, 所以这里直接调用全拼的 ;; `pyim-candidates-create-async' 方法来处理 imobjs。 - (pyim-candidates-create-async imobjs (pyim-scheme-get 'quanpin))) + (cl-call-next-method imobjs (pyim-scheme-get 'quanpin))) ;; * Footer (provide 'pyim-candidates)