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

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

[elpa] externals/pyim a6854aa667: * pyim-candidates.el (pyim-candidates-


From: ELPA Syncer
Subject: [elpa] externals/pyim a6854aa667: * pyim-candidates.el (pyim-candidates-create-async): Use cl-call-next-method.
Date: Sun, 5 Jun 2022 06:57:54 -0400 (EDT)

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



reply via email to

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