branch: externals/pyim commit 1208a9dcbc029865bbd75621e9035c8f44def15f Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
* pyim-cloudim.el (pyim-cloudim:google): Kill buffer. --- pyim-cloudim.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyim-cloudim.el b/pyim-cloudim.el index 703f0b9650..3e05f723dc 100644 --- a/pyim-cloudim.el +++ b/pyim-cloudim.el @@ -142,7 +142,8 @@ t nil 0.2))) (when (bufferp buffer) (with-current-buffer buffer - (pyim-cloudim-parse-google-buffer)))))) + (prog1 (pyim-cloudim-parse-google-buffer) + (kill-buffer))))))) (defun pyim-cloudim-parse-google-buffer () "解析 `pyim-cloudim-url-retrieve-sync' 返回的 google buffer."