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

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

[nongnu] master 3171e4bf65: fix(autoload): Set caml-mode to autoload


From: Stefan Monnier
Subject: [nongnu] master 3171e4bf65: fix(autoload): Set caml-mode to autoload
Date: Tue, 3 Oct 2023 13:10:30 -0400 (EDT)

branch: master
commit 3171e4bf65c810d791883ed71cf01e970a212be1
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 641e9b2dae..a1d880730b 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)



reply via email to

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