From 0973e9c073e29bfa4186974f4c7003cde275ffa1 Mon Sep 17 00:00:00 2001 From: Thomas Brown Date: Sun, 15 May 2022 09:15:37 -0400 Subject: [PATCH] Add autoload for b2-mode. --- b2-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/b2-mode.el b/b2-mode.el index 678cdf8..8d573ec 100644 --- a/b2-mode.el +++ b/b2-mode.el @@ -179,6 +179,7 @@ ;;;###autoload (add-to-list 'auto-mode-alist '("[Jj]am\\(base\\|root\\|file\\)\\'" . b2-mode)) +;;;###autoload (define-derived-mode b2-mode prog-mode "B2" "A simple major mode for B2 (Boost.Build) files." :syntax-table b2-mode-syntax-table