branch: elpa/forth-mode
commit 531c9e11e25cdcb52a945ddf842eec7820b00988
Author: Syohei YOSHIDA <[email protected]>
Commit: Syohei YOSHIDA <[email protected]>

    Add autoload cookie to extension configuration
---
 forth-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/forth-mode.el b/forth-mode.el
index b8b6d52fa6..607274e149 100644
--- a/forth-mode.el
+++ b/forth-mode.el
@@ -90,6 +90,7 @@
          ("Constants"
           "\\s-2?constant\\s-+\\(\\(\\sw\\|\\s_\\)+\\)" 1))))
 
+;;;###autoload
 (add-to-list 'auto-mode-alist '("\\.\\(f\\|fs\\|fth\\)\\'" . forth-mode))
 
 ;;; : ; does> variable constant value

Reply via email to