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

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

[elpa] externals/pyim 7558518 8/9: Add require to pyim-cstring.el


From: ELPA Syncer
Subject: [elpa] externals/pyim 7558518 8/9: Add require to pyim-cstring.el
Date: Sat, 24 Apr 2021 05:57:13 -0400 (EDT)

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

    Add require to pyim-cstring.el
---
 pyim-cstring.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pyim-cstring.el b/pyim-cstring.el
index 8bd35ca..4f48d85 100644
--- a/pyim-cstring.el
+++ b/pyim-cstring.el
@@ -28,6 +28,9 @@
 ;;; Code:
 ;; * 代码                                                           :code:
 (require 'cl-lib)
+(require 'pyim-common)
+(require 'pyim-pymap)
+(require 'pyim-dcache)
 
 (defgroup pyim-cstring nil
   "Chinese string tools for pyim."



reply via email to

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