Fix typo in autoload cookie

This commit is contained in:
Steve Purcell 2014-01-03 12:49:02 +00:00
parent dd98221d34
commit 8e8c937ac5

View file

@ -825,7 +825,7 @@ and a cl struct in Emacs HEAD. This wrapper normalises the results."
(current-time-string)) (current-time-string))
file-name))) file-name)))
;;;###autload ;;;###autoload
(defun package-build-package (version files source-dir target-dir) (defun package-build-package (version files source-dir target-dir)
"Create VERSION of archive containing FILES from SOURCE-DIR and store in the TARGET_DIR. "Create VERSION of archive containing FILES from SOURCE-DIR and store in the TARGET_DIR.