branch: elpa/forth-mode
commit ab790fdac89b31170a0ee3a2167c0d88345b9b03
Author: Lars Brinkhoff <[email protected]>
Commit: Lars Brinkhoff <[email protected]>
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)