mirror of
https://github.com/correl/melpa.git
synced 2024-12-01 03:00:08 +00:00
Fix typo in package-build-reinitialize
This commit is contained in:
parent
a12f264653
commit
c608db9192
1 changed files with 1 additions and 1 deletions
|
@ -811,7 +811,7 @@ FILES is a list of (SOURCE . DEST) relative filepath pairs."
|
||||||
(defun package-build-reinitialize ()
|
(defun package-build-reinitialize ()
|
||||||
(interactive)
|
(interactive)
|
||||||
(setq package-build-initialized nil)
|
(setq package-build-initialized nil)
|
||||||
(package-build-initialized))
|
(package-build-initialize))
|
||||||
|
|
||||||
(defun package-build-initialize ()
|
(defun package-build-initialize ()
|
||||||
"Load the recipe and archive-contents files."
|
"Load the recipe and archive-contents files."
|
||||||
|
|
Loading…
Reference in a new issue