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

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

[elpa] externals/pyim 16e6ba1ad8 1/2: * pyim-cloudim.el (pyim-candidates


From: ELPA Syncer
Subject: [elpa] externals/pyim 16e6ba1ad8 1/2: * pyim-cloudim.el (pyim-candidates-create-async): Use pyim-cloudim-parse-google-buffer.
Date: Tue, 7 Jun 2022 00:57:58 -0400 (EDT)

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

    * pyim-cloudim.el (pyim-candidates-create-async): Use 
pyim-cloudim-parse-google-buffer.
---
 pyim-cloudim.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyim-cloudim.el b/pyim-cloudim.el
index 0422f509de..5469367e28 100644
--- a/pyim-cloudim.el
+++ b/pyim-cloudim.el
@@ -79,7 +79,7 @@
       (url-retrieve
        (format "https://www.google.cn/inputtools/request?ime=pinyin&text=%s"; 
str)
        (lambda (_)
-         (funcall callback (cons imobjs (pyim-cloudim-parse-baidu-buffer)))
+         (funcall callback (cons imobjs (pyim-cloudim-parse-google-buffer)))
          (kill-buffer))
        nil t))))
 



reply via email to

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