mirror of
https://github.com/correl/melpa.git
synced 2025-01-12 03:00:10 +00:00
more typos...
This commit is contained in:
parent
d07c9d3724
commit
0c0ee353e5
1 changed files with 1 additions and 1 deletions
|
@ -801,7 +801,7 @@ FILES is a list of (SOURCE . DEST) relative filepath pairs."
|
|||
(defun package-build-cleanup ()
|
||||
"Remove previously-built packages that no longer have recipes."
|
||||
(interactive)
|
||||
(package-build-intitialize)
|
||||
(package-build-initialize)
|
||||
(let* ((known-package-names (mapcar 'car package-build-alist))
|
||||
(stale-archives (loop for built in package-build-archive-alist
|
||||
when (not (memq (car built) known-package-names))
|
||||
|
|
Loading…
Reference in a new issue