branch: master
commit 1bcb406b7a499d5f4c8658f52a3001a16e8d329a
Author: Tomoya Tanjo <[email protected]>
Commit: Tomoya Tanjo <[email protected]>

    Add magic comment for autoload to mmm-add-classes
---
 mmm-vars.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mmm-vars.el b/mmm-vars.el
index 21d17d7..2c449c9 100644
--- a/mmm-vars.el
+++ b/mmm-vars.el
@@ -997,6 +997,7 @@ PRIVATE, if supplied and non-nil, means that this class is 
a private
 or internal class, usually one invoked by another class via :classes,
 and is not for the user to see.")
 
+;;;###autoload
 (defun mmm-add-classes (classes)
   "Add the submode classes CLASSES to `mmm-classes-alist'."
   (dolist (class classes)

Reply via email to