branch: externals/pyim
commit 783b13819b37cf37a5965f1b467f39e1d6050e38
Author: Feng Shu <tuma...@163.com>
Commit: Feng Shu <tuma...@163.com>

    * pyim-pymap.el (pyim-dline-parse): declare-function.
---
 pyim-pymap.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pyim-pymap.el b/pyim-pymap.el
index 2a018ef..002ec54 100644
--- a/pyim-pymap.el
+++ b/pyim-pymap.el
@@ -725,6 +725,8 @@
             pymap))
     (reverse pymap)))
 
+(declare-function 'pyim-dline-parse "pyim")
+
 (defun pyim-pymap-build-pymap ()
   "使用 libpinyin 自带的 data 文件创建 `pyim-pymap'."
   (interactive)

Reply via email to