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

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

[elpa] externals/pyim 890954d915 2/3: * pyim.el (pyim-import-words-and-c


From: ELPA Syncer
Subject: [elpa] externals/pyim 890954d915 2/3: * pyim.el (pyim-import-words-and-counts): Do not message when silent is t.
Date: Wed, 29 Dec 2021 08:02:08 -0500 (EST)

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

    * pyim.el (pyim-import-words-and-counts): Do not message when silent is t.
---
 pyim.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pyim.el b/pyim.el
index 94cd2820ac..9ba9f9aec6 100644
--- a/pyim.el
+++ b/pyim.el
@@ -412,7 +412,8 @@ MERGE-METHOD 是一个函数,这个函数需要两个数字参数,代表词
                             (or x 0)
                             count))
                  criteria))
-          (message "* 导入 %S" output))
+          (unless silent
+            (message "* 导入 %S" output)))
         (forward-line 1)))
     ;; 保存一下用户选择过的词生成的缓存和词频缓存,
     ;; 因为使用 async 机制更新 dcache 时,需要从 dcache 文件



reply via email to

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