branch: externals/pyim commit 2c5f6b45a27f16282d42d0b2beba46224e138c82 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
* pyim-cregexp.el (pyim-cregexp-convert-at-point-function): Add type. --- pyim-cregexp.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyim-cregexp.el b/pyim-cregexp.el index eb425c67bf..acd42994fa 100644 --- a/pyim-cregexp.el +++ b/pyim-cregexp.el @@ -51,7 +51,8 @@ "`pyim-cregexp-convert-at-point' 使用的函数。 此函数有一个参数 cregexp, 表示生成的 cregexp. 其返回值会插入当前 -buffer.") +buffer." + :type 'function) (defun pyim-cregexp-char-level-num (num) "根据 NUM 返回一个有效的常用汉字级别。"