emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/pyim 1ea51042ca 3/3: Indent pyim-create-word-at-point


From: ELPA Syncer
Subject: [elpa] externals/pyim 1ea51042ca 3/3: Indent pyim-create-word-at-point
Date: Tue, 28 Jun 2022 06:57:50 -0400 (EDT)

branch: externals/pyim
commit 1ea51042ca7fbada99fd5acd809e3b74004ef089
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@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个中文字符组成的字符串加入个人词库。"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]