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

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

[elpa] externals/pyim 494ce698cf 3/4: * pyim-dregcache.el (pyim-dcache-e


From: ELPA Syncer
Subject: [elpa] externals/pyim 494ce698cf 3/4: * pyim-dregcache.el (pyim-dcache-export-words-and-counts): Fix warn.
Date: Thu, 9 Jun 2022 18:57:49 -0400 (EDT)

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

    * pyim-dregcache.el (pyim-dcache-export-words-and-counts): Fix warn.
---
 pyim-dregcache.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyim-dregcache.el b/pyim-dregcache.el
index 0cab78cc88..e5418a745f 100644
--- a/pyim-dregcache.el
+++ b/pyim-dregcache.el
@@ -468,8 +468,8 @@ update-icode2word 目前只要是用于更新型码输入法的 code-prefix, 所
 
 ;; ** 导出 dregcache 相关函数
 (cl-defmethod pyim-dcache-export-words-and-counts
-  (file &context ((pyim-dcache-backend) (eql pyim-dregcache))
-        &optional confirm)
+  (_file &context ((pyim-dcache-backend) (eql pyim-dregcache))
+         &optional _confirm)
   "TODO")
 
 (cl-defmethod pyim-dcache-export-personal-words



reply via email to

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