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

    * pyim.el (pyim-import): Fix wrong function.
---
 pyim.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyim.el b/pyim.el
index 63ab10a..91492f8 100644
--- a/pyim.el
+++ b/pyim.el
@@ -369,7 +369,7 @@ SILENT 设置为 t 是,不显示提醒信息。"
           (message "将词条: %S 插入 personal file。" output))))))
 
 ;; ** 导入词条功能
-(define-obsolete-face-alias 'pyim-import 'pyim-import-words-and-counts "4.0")
+(define-obsolete-function-alias 'pyim-import 'pyim-import-words-and-counts 
"4.0")
 (defun pyim-import-words-and-counts (file &optional merge-method)
   "从 FILE 中导入词条以及词条对应的词频信息。
 

Reply via email to