mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
fix typo for initialization
This commit is contained in:
parent
41edcc585f
commit
8ec4cf3e2e
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ If PKG-INFO is nil, an empty one is created."
|
|||
|
||||
(defun pb/add-to-archive-contents (pkg-info type)
|
||||
"Add the built archive with info PKG-INFO and TYPE to `package-build-archive-alist'."
|
||||
(package-build-archive-dir)
|
||||
(package-build-initialize)
|
||||
(let* ((name (intern (aref pkg-info 0)))
|
||||
(requires (aref pkg-info 1))
|
||||
(desc (or (aref pkg-info 2) "No description available."))
|
||||
|
|
Loading…
Reference in a new issue