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

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

[elpa] externals/pyim 00d388e 1/6: * pyim-dcache.el (pyim-dcache-update-


From: ELPA Syncer
Subject: [elpa] externals/pyim 00d388e 1/6: * pyim-dcache.el (pyim-dcache-update-shortcode2word): removed.
Date: Tue, 14 Dec 2021 00:57:30 -0500 (EST)

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

    * pyim-dcache.el (pyim-dcache-update-shortcode2word): removed.
---
 pyim-dcache.el | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pyim-dcache.el b/pyim-dcache.el
index ef7990f..01c6ef2 100644
--- a/pyim-dcache.el
+++ b/pyim-dcache.el
@@ -238,13 +238,6 @@ non-nil,文件存在时将会提示用户是否覆盖,默认为覆盖模式"
   (when pyim-dcache-auto-update
     (pyim-dcache-call-api 'update-personal-words force)))
 
-(defun pyim-dcache-update-shortcode2word (&optional force)
-  "更新 shortcode2word 缓存。
-
-如果 FORCE non-nil, 则强制更新。"
-  (when pyim-dcache-auto-update
-    (pyim-dcache-call-api 'update-shortcode2word force)))
-
 (defun pyim-dcache-update-iword2count (word &optional prepend 
wordcount-handler)
   "保存词频到缓存."
   (pyim-dcache-call-api 'update-iword2count word prepend wordcount-handler))



reply via email to

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