branch: externals/pyim commit 00d388e320be9849732b126c09f0eeede1a5d7a2 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@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))