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

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

[elpa] externals/pyim aaa5f728f9 25/41: Fix compile warn.


From: ELPA Syncer
Subject: [elpa] externals/pyim aaa5f728f9 25/41: Fix compile warn.
Date: Sat, 4 Jun 2022 09:57:47 -0400 (EDT)

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

    Fix compile warn.
---
 pyim-candidates.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyim-candidates.el b/pyim-candidates.el
index 3d157a6cac..ecf2eb3356 100644
--- a/pyim-candidates.el
+++ b/pyim-candidates.el
@@ -322,7 +322,7 @@
                       (> (or (gethash a counts) 0)
                          (or (gethash b counts) 0))))))))
 
-(cl-defmethod pyim-candidates-create-async (imobjs (scheme 
pyim-scheme-shuangpin))
+(cl-defmethod pyim-candidates-create-async (_imobjs (_scheme 
pyim-scheme-shuangpin))
   "按照 SCHEME, 用异步的方式从 IMOBJS 获得候选词条,用于双拼输入法。"
   (let ((pyim-default-scheme 'quanpin))
     (cl-call-next-method)))



reply via email to

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