Add autoload to try-and-refresh

This commit is contained in:
Lars Tveito 2016-02-03 01:02:08 +01:00
parent ba3b4c3e58
commit 7989e0d111

1
try.el
View File

@ -106,6 +106,7 @@
(pkgs (mapcar f archive)))
(completing-read "url or package: " pkgs)))
;;;###autoload
(defun try-and-refresh ()
"Refreshes package-list before calling `try'."
(interactive)