branch: externals/pyim
commit 69d9e905e96e8ef07e07a9bc983cae70f64a69c5
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
* pyim-imobjs.el (pyim-pinyin): Require.
---
pyim-imobjs.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/pyim-imobjs.el b/pyim-imobjs.el
index b8b2c89..9ff21a3 100644
--- a/pyim-imobjs.el
+++ b/pyim-imobjs.el
@@ -29,6 +29,7 @@
;; * 代码 :code:
(require 'cl-lib)
(require 'pyim-common)
+(require 'pyim-pinyin)
(defgroup pyim-imobjs nil
"Imobjs lib for pyim."