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

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

[elpa] externals/pyim 751672f22c 2/2: Merge pull request #428 from lld20


From: ELPA Syncer
Subject: [elpa] externals/pyim 751672f22c 2/2: Merge pull request #428 from lld2001/fix_xinma
Date: Sat, 1 Jan 2022 08:57:54 -0500 (EST)

branch: externals/pyim
commit 751672f22c0932ef043c8e7187b64d5e5ed614f6
Merge: ed8d7557e0 b7d2883e45
Author: tumashu <tumashu@163.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #428 from lld2001/fix_xinma
    
    fix xinma break
---
 pyim-candidates.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyim-candidates.el b/pyim-candidates.el
index ba5ca50d33..83954b13fd 100644
--- a/pyim-candidates.el
+++ b/pyim-candidates.el
@@ -145,7 +145,7 @@ IMOBJS 获得候选词条。"
                        (all-words (pyim-dcache-get last-code '(icode2word 
code2word shortcode2word))))
                   (mapcar (lambda (word)
                             (concat prefix word))
-                          `(,first-word
+                          `(,chief-word
                             ,@(pyim-candidates-sort chars)
                             ,@(pyim-candidates-sort all-words)))))
           (setq output (remove "" (or output (list prefix))))



reply via email to

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