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

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

[elpa] externals/pyim 4e667d73b6 1/3: * pyim-cloudim.el (pyim-cloudim-pa


From: ELPA Syncer
Subject: [elpa] externals/pyim 4e667d73b6 1/3: * pyim-cloudim.el (pyim-cloudim-parse-baidu-buffer): Kill buffer.
Date: Thu, 12 May 2022 05:57:46 -0400 (EDT)

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

    * pyim-cloudim.el (pyim-cloudim-parse-baidu-buffer): Kill buffer.
---
 pyim-cloudim.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyim-cloudim.el b/pyim-cloudim.el
index 3e8a7b1358..9903ec5111 100644
--- a/pyim-cloudim.el
+++ b/pyim-cloudim.el
@@ -130,6 +130,7 @@
                (decode-coding-string
                 (buffer-string)
                 'utf-8))))
+    (kill-buffer)
     (when (> (length word) 0)
       (list word))))
 



reply via email to

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