Mark useful functions as autoload.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Fri, 30 Oct 2015 16:34:33 +0200
changeset 1302 82d6e8bd0861
parent 1301 4ef2dccbddbd
child 1303 60e6b8174aee
Mark useful functions as autoload.
maven-central.el
--- a/maven-central.el	Tue Oct 27 19:47:19 2015 +0200
+++ b/maven-central.el	Fri Oct 30 16:34:33 2015 +0200
@@ -141,6 +141,7 @@
        (switch-to-buffer maven.help-buffer-name)) )
     ))
 
+;;;###autoload
 (defun maven.effective-pom ()
   "Run help:effective-pom for plugin at point."
   (interactive)
@@ -148,6 +149,7 @@
    (format "%s help:effective-pom" maven.command)
    (switch-to-buffer maven.help-buffer-name)) )
 
+;;;###autoload
 (defun maven.effective-settings ()
   "Run help:effective-settings for plugin at point."
   (interactive)
@@ -155,6 +157,7 @@
    (format "%s help:effective-settings" maven.command)
    (switch-to-buffer maven.help-buffer-name)) )
 
+;;;###autoload
 (defun maven.dependency-tree ()
   "Run dependency:tree for plugin at point."
   (interactive)