branch: elpa/forth-mode
commit 973481a1c586acd8fee1612be484091fd3589dcd
Author: Lars Brinkhoff <[email protected]>
Commit: Lars Brinkhoff <[email protected]>
Add some autoloads.
---
forth-block-mode.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/forth-block-mode.el b/forth-block-mode.el
index 0e4a857be1..fd85083db3 100644
--- a/forth-block-mode.el
+++ b/forth-block-mode.el
@@ -1,3 +1,4 @@
+;;;### autoload
(defun forth-block-p ()
"Guess whether the current buffer is a Forth block file."
(message (format "%s %s" (point-max) (logand (point-max) 1023)))
@@ -77,6 +78,7 @@
(while (> (- (point) (line-beginning-position)) 64)
(delete-backward-char 1))))
+;;;### autoload
(define-minor-mode forth-block-mode
"Minor mode for Forth code in blocks."
:lighter " block"