branch: externals/poke
commit d27b1d7dad890feab552727f69e0bba281d169af
Author: Jose E. Marchesi <[email protected]>
Commit: Jose E. Marchesi <[email protected]>
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)