branch: externals/pyim commit 8ad983860e778fc8d904206bb9e0a4ce73f2fa7c Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
* pyim-dcache.el (pyim-dcache-get): Do not load backend. --- pyim-dcache.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyim-dcache.el b/pyim-dcache.el index 4e51d36e4a..a726e7dee0 100644 --- a/pyim-dcache.el +++ b/pyim-dcache.el @@ -220,9 +220,6 @@ dcache. 如果 FROM 是 nil, 那么 fallback 到 \\='(icode2word code2word)." nil) -(cl-defmethod pyim-dcache-get :before (_code &optional _from) - (pyim-dcache-load-backend)) - ;; ** Dcache 加词功能接口 (cl-defgeneric pyim-dcache-insert-word (word code prepend) "将词条 WORD 插入到 dcache 中。