branch: externals/pyim
commit 1b28ba21fe52ff19241317cff6ceeedecef2aa92
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
* pyim-page.el (require): (eval-when-compile (require 'pyim-entered))
---
pyim-page.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pyim-page.el b/pyim-page.el
index 45fd888..0696940 100644
--- a/pyim-page.el
+++ b/pyim-page.el
@@ -32,6 +32,9 @@
(require 'popup nil t)
(require 'pyim-common)
+(eval-when-compile
+ (require 'pyim-entered))
+
(defgroup pyim-page nil
"Page tools for pyim."
:group 'pyim)