additional long line formatting.

This commit is contained in:
Donald Curtis 2012-04-21 12:10:06 -05:00
parent 760e37e385
commit 005697cbde

View file

@ -568,11 +568,11 @@ of the same-named package which is to be kept."
(defun package-build-initialize ()
"Load the recipe and archive-contents files."
(interactive)
(setq
package-build-alist (pb/read-recipes)
package-build-archive-alist (cdr (pb/read-from-file
(expand-file-name "archive-contents"
package-build-archive-dir)))))
(setq package-build-alist (pb/read-recipes)
package-build-archive-alist
(cdr (pb/read-from-file
(expand-file-name "archive-contents"
package-build-archive-dir)))))
(package-build-initialize)