mirror of
https://github.com/correl/melpa.git
synced 2024-11-24 11:09:51 +00:00
add missing initialize
This commit is contained in:
parent
baab0e03c0
commit
2db7514abf
1 changed files with 1 additions and 0 deletions
|
@ -830,6 +830,7 @@ FILES is a list of (SOURCE . DEST) relative filepath pairs."
|
|||
|
||||
(defun package-build-alist-as-json (fn)
|
||||
(interactive)
|
||||
(package-build-initialize)
|
||||
(with-temp-file fn
|
||||
(insert (json-encode package-build-alist))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue