Fix typo in package-build-reinitialize

This commit is contained in:
Steve Purcell 2012-12-31 19:15:02 +00:00
parent a12f264653
commit c608db9192

View file

@ -811,7 +811,7 @@ FILES is a list of (SOURCE . DEST) relative filepath pairs."
(defun package-build-reinitialize ()
(interactive)
(setq package-build-initialized nil)
(package-build-initialized))
(package-build-initialize))
(defun package-build-initialize ()
"Load the recipe and archive-contents files."