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

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

[elpa] externals/pyim 3a87fb0eff 4/5: * pyim-candidates.el (pyim-candid


From: ELPA Syncer
Subject: [elpa] externals/pyim 3a87fb0eff 4/5: * pyim-candidates.el (pyim-candidates-create:xingma): 删除无用 comment.
Date: Fri, 31 Dec 2021 01:57:46 -0500 (EST)

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

    * pyim-candidates.el (pyim-candidates-create:xingma): 删除无用 comment.
---
 pyim-candidates.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pyim-candidates.el b/pyim-candidates.el
index 72ea1a5d2b..d89ec2dab6 100644
--- a/pyim-candidates.el
+++ b/pyim-candidates.el
@@ -101,8 +101,6 @@ IMOBJS 获得候选词条。"
                                             all-words)))
                   (mapcar (lambda (word)
                             (concat prefix word))
-                          ;; NOTE: 形码输入法的第一个词选择公共词库中的第一个词,
-                          ;; 剩下的词按照词条 count 大小排序。这种策略是否合理?
                           `(,first-word
                             ,@(pyim-dcache-call-api 'sort-words chars)
                             ,@(pyim-dcache-call-api 'sort-words all-words)))))



reply via email to

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