branch: elpa/forth-mode
commit be0272be3a9c0933b445c6b89a2ce958e71ee72d
Author: Lars Brinkhoff <[email protected]>
Commit: Lars Brinkhoff <[email protected]>

    Inhibut Gforth terminal attribute output.
---
 backend/gforth.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/backend/gforth.el b/backend/gforth.el
index e05c8425c6..9515268f28 100644
--- a/backend/gforth.el
+++ b/backend/gforth.el
@@ -1 +1,5 @@
+(require 'forth-interaction-mode)
+
+(forth-interaction-send "' drop is Attr!")
+
 (provide 'gforth)

Reply via email to