branch: externals/pyim commit 680c90f722c39f6d3fb724a4ff68d01468e58208 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
* pyim-dhashcache.el (cl-lib): required. --- pyim-dhashcache.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyim-dhashcache.el b/pyim-dhashcache.el index 69bb57a..b6d1838 100644 --- a/pyim-dhashcache.el +++ b/pyim-dhashcache.el @@ -33,11 +33,12 @@ ;;; Code: ;; * 代码 :code: +(require 'cl-lib) +(require 'async nil t) (require 'pyim-common) (require 'pyim-pymap) (require 'pyim-dcache) (require 'pyim-scheme) -(require 'async nil t) ;; Pyim 词库缓存文件,注意:变量名称中不能出现 ":" 等,不能作为文件名称的字符。 (defvar pyim-dhashcache-code2word nil)