mirror of
https://github.com/correl/melpa.git
synced 2024-12-23 19:19:51 +00:00
additional long line formatting.
This commit is contained in:
parent
760e37e385
commit
005697cbde
1 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue