branch: externals/pyim
commit 2b33a80561cbc444b56a279815cc11b011e61fcc
Author: Feng Shu <tuma...@163.com>
Commit: Feng Shu <tuma...@163.com>

    * pyim-candidates.el (pyim-candidates-create-limit-time): Do not 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 5501b4a3e6..fce9bf2f41 100644
--- a/pyim-candidates.el
+++ b/pyim-candidates.el
@@ -309,7 +309,7 @@
   "按照 SCHEME, 用限时运行的方式从 IMOBJS 获得候选词条,用于双拼输入法。"
   ;; 注意:pyim 支持的双拼输入法,内部使用全拼的 imobjs, 所以这里直接调用全拼的
   ;; `pyim-candidates-create-limit-time' 方法来处理 imobjs。
-  (cl-call-next-method imobjs (pyim-scheme-get 'quanpin)))
+  (pyim-candidates-create-limit-time imobjs (pyim-scheme-get 'quanpin)))
 
 (cl-defgeneric pyim-candidates-create-async (_imobjs _scheme _callback)
   "按照 SCHEME, 使用异步的方式从 IMOBJS 获得候选词条。

Reply via email to