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

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

[elpa] externals/pyim 1208a9dcbc: * pyim-cloudim.el (pyim-cloudim:google


From: ELPA Syncer
Subject: [elpa] externals/pyim 1208a9dcbc: * pyim-cloudim.el (pyim-cloudim:google): Kill buffer.
Date: Fri, 13 May 2022 02:57:49 -0400 (EDT)

branch: externals/pyim
commit 1208a9dcbc029865bbd75621e9035c8f44def15f
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@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."



reply via email to

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