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

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

[elpa] externals/pyim 40c403d 2/6: * pyim.el (pyim-create-word-at-point)


From: ELPA Syncer
Subject: [elpa] externals/pyim 40c403d 2/6: * pyim.el (pyim-create-word-at-point): let* -> let
Date: Sun, 25 Apr 2021 00:57:11 -0400 (EDT)

branch: externals/pyim
commit 40c403dc8b055e9e965a9055ad243bb1ccf97fae
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    * pyim.el (pyim-create-word-at-point): let* -> let
---
 pyim.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyim.el b/pyim.el
index e4e5236..23e6e38 100644
--- a/pyim.el
+++ b/pyim.el
@@ -290,7 +290,7 @@ BUG:拼音无法有效地处理多音字。"
 (defun pyim-create-word-at-point (&optional number silent)
   "将光标前字符数为 NUMBER 的中文字符串添加到个人词库中
 当 SILENT 设置为 t 是,不显示提醒信息。"
-  (let* ((string (pyim-cstring-at-point (or number 2))))
+  (let ((string (pyim-cstring-at-point (or number 2))))
     (when string
       (pyim-create-word string)
       (unless silent



reply via email to

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