emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/bison-mode 314af3b 24/29: autoload jison (#8)


From: ELPA Syncer
Subject: [nongnu] elpa/bison-mode 314af3b 24/29: autoload jison (#8)
Date: Sun, 29 Aug 2021 10:58:44 -0400 (EDT)

branch: elpa/bison-mode
commit 314af3b7af7eb897fd3932616cb8600a85228cea
Author: nverno <noah.v.peart@gmail.com>
Commit: Wilfred Hughes <me@wilfred.me.uk>

    autoload jison (#8)
---
 bison-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bison-mode.el b/bison-mode.el
index 95df8bf..ff41370 100644
--- a/bison-mode.el
+++ b/bison-mode.el
@@ -899,6 +899,7 @@ declaration section, then indent to 
bison-decl-token-column."
                          (just-no-space)
                          (indent-to-column bison-decl-token-column)))))))))
 
+;;;###autoload
 (define-derived-mode jison-mode bison-mode
   "Major mode for editing jison files.")
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]