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

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

[elpa] externals/pyim 680c90f 1/2: * pyim-dhashcache.el (cl-lib): requir


From: ELPA Syncer
Subject: [elpa] externals/pyim 680c90f 1/2: * pyim-dhashcache.el (cl-lib): required.
Date: Thu, 27 May 2021 23:57:12 -0400 (EDT)

branch: externals/pyim
commit 680c90f722c39f6d3fb724a4ff68d01468e58208
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@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)



reply via email to

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