# HG changeset patch # User Oleksandr Gavenko # Date 1406549272 -10800 # Node ID 350534cdf7be28b1354477809b10e01aa0c01f96 # Parent dad3fb58f710c71623397bf1e47e76c9ef79ae3d Add missing autoloads. diff -r dad3fb58f710 -r 350534cdf7be maven-central.el --- a/maven-central.el Thu Jul 24 14:01:58 2014 +0300 +++ b/maven-central.el Mon Jul 28 15:07:52 2014 +0300 @@ -108,7 +108,7 @@ (interactive) (pp (maven-central.parse-pom-dependency)) ) -;;;###autoload +;;;###autoload (defun maven-central.last-version-from-pom () (interactive) (let (dependency groupId artifactId) @@ -119,7 +119,7 @@ (maven-central.last-version groupId artifactId)) )) -;;;###autoload +;;;###autoload (defun maven-central.versions-from-pom () (interactive) (let (dependency groupId artifactId) @@ -190,6 +190,7 @@ (when (and pkg cls) (concat pkg "." cls))) )) +;;;###autoload (defun maven.run-file () "Run exec:java for current file." (interactive) @@ -199,6 +200,7 @@ (compilation-start (format "%s exec:java -Dexec.mainClass=%s" maven.command (maven.file-package)))))) +;;;###autoload (defun maven.run-test () "Run test -Dtest=... for current file." (interactive)