branch: master
commit 628e1dccfaeda8f283e7d23318d63070f85f5364
Merge: fd3c992 1bcb406
Author: Steve Purcell <[email protected]>
Commit: Steve Purcell <[email protected]>

    Merge pull request #31 from tom-tan/add-autoloads
    
    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