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

    Add provide forms.
---
 forth-interaction-mode.el | 2 ++
 forth-parse.el            | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/forth-interaction-mode.el b/forth-interaction-mode.el
index 224ef58cab..5e07613e28 100644
--- a/forth-interaction-mode.el
+++ b/forth-interaction-mode.el
@@ -69,3 +69,5 @@
     (setq forth-interaction-callback callback)
     (comint-send-string proc string)
     (comint-send-string proc "\n")))
+
+(provide 'forth-interaction-mode)
diff --git a/forth-parse.el b/forth-parse.el
index 93505b8a4a..c2c0ef4f94 100644
--- a/forth-parse.el
+++ b/forth-parse.el
@@ -56,3 +56,5 @@
 (defun forth-stack-comments-mode ()
   (interactive)
   (add-hook 'post-command-hook 'forth-stack-comment nil t))
+
+(provide 'forth-parse)

Reply via email to