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

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

[elpa] externals/pyim 987087e515 15/41: Update pyim-candidates-create-qu


From: ELPA Syncer
Subject: [elpa] externals/pyim 987087e515 15/41: Update pyim-candidates-create-quanpin.
Date: Sat, 4 Jun 2022 09:57:46 -0400 (EDT)

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

    Update pyim-candidates-create-quanpin.
---
 pyim-candidates.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyim-candidates.el b/pyim-candidates.el
index d226e9118c..74f9021f6f 100644
--- a/pyim-candidates.el
+++ b/pyim-candidates.el
@@ -166,8 +166,8 @@
 (defun pyim-candidates-create-quanpin (imobjs scheme &optional fast-search)
   "`pyim-candidates-create' 内部使用的函数。"
   (let* ((znabc-words (pyim-candidates-znabc-words imobjs scheme fast-search))
-         (jianpin-words (pyim-candidates-jianpin-words imobjs scheme))
-         (dcache-words (pyim-candidates-dcache-words imobjs scheme))
+         (jianpin-words (pyim-candidates-jianpin-words imobjs scheme 
fast-search))
+         (dcache-words (pyim-candidates-dcache-words imobjs scheme 
fast-search))
          (personal-words (nth 0 dcache-words))
          (common-words (nth 1 dcache-words))
          (pinyin-chars-1 (nth 2 dcache-words))



reply via email to

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