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,9 +568,9 @@ 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
(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)))))