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

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

[elpa] externals/poke d27b1d7dad 55/76: poke.el: really fix race conditi


From: ELPA Syncer
Subject: [elpa] externals/poke d27b1d7dad 55/76: poke.el: really fix race condition
Date: Tue, 5 Apr 2022 14:59:37 -0400 (EDT)

branch: externals/poke
commit d27b1d7dad890feab552727f69e0bba281d169af
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Commit: Jose E. Marchesi <jose.marchesi@oracle.com>

    poke.el: really fix race condition
    
    * emacs/poke.el (poke-repl-input-sender): Avoid race condition in
    repl handling.
---
 poke.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/poke.el b/poke.el
index 02161e51d7..1c46ce8070 100644
--- a/poke.el
+++ b/poke.el
@@ -818,8 +818,7 @@ fun plet_elval = (string s) void:
                                 ");")))
        (t
         (poke-cmd-send (concat input ";")))))
-    (comint-output-filter poke-repl-process poke-repl-prompt))
-  (poke-vu-refresh))
+    (comint-output-filter poke-repl-process poke-repl-prompt)))
 
 (defun poke-repl ()
   (interactive)



reply via email to

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