mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Call check-parens when building packages interactively (see #930)
This commit is contained in:
parent
0292051798
commit
b41bb364f9
1 changed files with 1 additions and 0 deletions
|
@ -940,6 +940,7 @@ and a cl struct in Emacs HEAD. This wrapper normalises the results."
|
|||
(if (y-or-n-p (format "Save file %s? " buffer-file-name))
|
||||
(save-buffer)
|
||||
(error "Aborting")))
|
||||
(check-parens)
|
||||
(package-build-reinitialize)
|
||||
(let ((pkg-name (intern (file-name-nondirectory (buffer-file-name)))))
|
||||
(package-build-archive pkg-name)
|
||||
|
|
Loading…
Reference in a new issue