branch: externals/pyim
commit d3f26a5437954fc1f4e35a481d985d475d152554
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>

    * pyim-page.el (pyim-with-entered-buffer): declare-function.
---
 pyim-page.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pyim-page.el b/pyim-page.el
index 16beb406..45fd888 100644
--- a/pyim-page.el
+++ b/pyim-page.el
@@ -279,6 +279,8 @@ page 的概念,比如,上面的 “nihao” 的 *待选词列表* 就可以
     (when class
       (funcall (intern (format "pyim-page-preview-create:%S" class)) 
separator))))
 
+(declare-function 'pyim-with-entered-buffer "pyim-entered")
+
 (defun pyim-page-preview-create:quanpin (&optional separator)
   (let* ((separator (or separator " "))
          (translated (mapconcat #'identity

Reply via email to