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

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

[nongnu] elpa/forth-mode ab790fdac8 091/153: Don't kill *forth* buffer w


From: ELPA Syncer
Subject: [nongnu] elpa/forth-mode ab790fdac8 091/153: Don't kill *forth* buffer when there's a fatal error.
Date: Sat, 29 Jan 2022 08:02:21 -0500 (EST)

branch: elpa/forth-mode
commit ab790fdac89b31170a0ee3a2167c0d88345b9b03
Author: Lars Brinkhoff <lars@nocrew.org>
Commit: Lars Brinkhoff <lars@nocrew.org>

    Don't kill *forth* buffer when there's a fatal error.
---
 forth-interaction-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/forth-interaction-mode.el b/forth-interaction-mode.el
index 6273a32df9..1368e1c96c 100644
--- a/forth-interaction-mode.el
+++ b/forth-interaction-mode.el
@@ -59,7 +59,7 @@
 
 (defun forth-interaction-sentinel (proc arg)
   (message "Forth: %s" arg)
-  (forth-kill (process-buffer proc)))
+  (comint-output-filter proc (format "\nForth: %s\n" arg)))
 
 (defvar forth-executable nil)
 



reply via email to

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