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

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

[elpa] externals/pyim 21076f4 3/4: pyim-pymap.el require pyim-common.


From: ELPA Syncer
Subject: [elpa] externals/pyim 21076f4 3/4: pyim-pymap.el require pyim-common.
Date: Thu, 22 Apr 2021 23:57:10 -0400 (EDT)

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

    pyim-pymap.el require pyim-common.
---
 pyim-pymap.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyim-pymap.el b/pyim-pymap.el
index daa2bd4..9ff47c4 100644
--- a/pyim-pymap.el
+++ b/pyim-pymap.el
@@ -39,6 +39,8 @@
 
 ;;; Code:
 ;; * 代码                                                                 :code:
+(require 'pyim-common)
+
 (defvar pyim-pinyin2cchar-cache1 nil
   "拼音查汉字功能需要的变量.")
 
@@ -831,8 +833,6 @@ If FORCE is non-nil, FORCE build."
             pymap))
     (reverse pymap)))
 
-(declare-function 'pyim-dline-parse "pyim")
-
 (defun pyim-pymap-build-pymap ()
   "使用 libpinyin 自带的 data 文件创建 `pyim-pymap'."
   (interactive)



reply via email to

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