[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/caml c9d7ca91e2: fix(autoload): Set caml-mode to autoload
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/caml c9d7ca91e2: fix(autoload): Set caml-mode to autoload |
Date: |
Sat, 7 Oct 2023 15:59:52 -0400 (EDT) |
branch: elpa/caml
commit c9d7ca91e20360020d3532b788d91db2e3014cf6
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
fix(autoload): Set caml-mode to autoload
---
caml.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/caml.el b/caml.el
index 0dfa2fdd2b..80b6725038 100644
--- a/caml.el
+++ b/caml.el
@@ -432,7 +432,7 @@ have `caml-electric-indent' on, which see.")
(eval-when-compile
(require 'imenu))
-;;
+;;;###autoload
(define-derived-mode caml-mode prog-mode "caml"
"Major mode for editing OCaml code."
(setq local-abbrev-table caml-mode-abbrev-table)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/caml c9d7ca91e2: fix(autoload): Set caml-mode to autoload,
ELPA Syncer <=