branch: externals/pyim
commit 16e6ba1ad839957fb329de42deb5d6e02f67edde
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
* 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))))