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

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

[elpa] externals/pyim 9c8a0ba 1/2: remove an extra paren


From: ELPA Syncer
Subject: [elpa] externals/pyim 9c8a0ba 1/2: remove an extra paren
Date: Sat, 24 Apr 2021 19:57:10 -0400 (EDT)

branch: externals/pyim
commit 9c8a0ba71de9de75d850f4b2e3b918453491c6f4
Author: maxc01 <xingchen92@gmail.com>
Commit: maxc01 <xingchen92@gmail.com>

    remove an extra paren
---
 pyim.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyim.el b/pyim.el
index 71f5337..ac255fe 100644
--- a/pyim.el
+++ b/pyim.el
@@ -211,7 +211,7 @@ pyim 使用函数 `pyim-start' 启动输入法的时候,会将变量
   (pyim-dcache-update-code2word refresh-common-dcache)
 
   ;; 这个命令 *当前* 主要用于五笔输入法。
-  (pyim-dcache-update-shortcode2word restart))
+  (pyim-dcache-update-shortcode2word restart)
 
   ;; Make sure personal or other dcache are saved to file before kill emacs.
   (add-hook 'kill-emacs-hook #'pyim-dcache-save-caches)



reply via email to

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