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

    * pyim-pinyin.el (pyim-imobjs-find-fuzzy:quanpin-1): declare-function.
---
 pyim-pinyin.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pyim-pinyin.el b/pyim-pinyin.el
index ecfa1cd..7d06dbf 100644
--- a/pyim-pinyin.el
+++ b/pyim-pinyin.el
@@ -108,6 +108,8 @@
     (cons shenmu
           (substring pinyin (length shenmu)))))
 
+(declare-function 'pyim-imobjs-find-fuzzy:quanpin-1 "pyim-imobj")
+
 (defun pyim-pinyin-get-charpy (pinyin)
   "将拼音字符串 PINYIN 分解成声母,韵母和剩余部分."
   (let* ((x (pyim-pinyin-get-shenmu pinyin))

Reply via email to