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

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

[elpa] master 628e1dc 380/433: Merge pull request #31 from tom-tan/add-a


From: Dmitry Gutov
Subject: [elpa] master 628e1dc 380/433: Merge pull request #31 from tom-tan/add-autoloads
Date: Thu, 15 Mar 2018 19:44:39 -0400 (EDT)

branch: master
commit 628e1dccfaeda8f283e7d23318d63070f85f5364
Merge: fd3c992 1bcb406
Author: Steve Purcell <address@hidden>
Commit: Steve Purcell <address@hidden>

    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

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