branch: externals/pyim commit 1ea51042ca7fbada99fd5acd809e3b74004ef089 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
Indent pyim-create-word-at-point --- pyim.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyim.el b/pyim.el index 85aca6f930..61352cff05 100644 --- a/pyim.el +++ b/pyim.el @@ -274,7 +274,8 @@ REFRESH-COMMON-DCACHE 已经废弃,不要再使用了。" (pyim-process-register-self-insert-command 'pyim-self-insert-command) ;; ** 加词功能 -(defalias 'pyim-create-word-at-point #'pyim-process-create-word-at-point) +(defalias 'pyim-create-word-at-point + #'pyim-process-create-word-at-point) (defun pyim-create-2cchar-word-at-point () "将光标前2个中文字符组成的字符串加入个人词库。"