mirror of
https://github.com/correl/melpa.git
synced 2024-11-15 03:00:14 +00:00
No need for lambda.
This commit is contained in:
parent
eae526d265
commit
212e617620
1 changed files with 1 additions and 4 deletions
5
buildpkg
5
buildpkg
|
@ -4,7 +4,4 @@
|
|||
|
||||
(require 'package-build)
|
||||
|
||||
(mapc
|
||||
(lambda (package)
|
||||
(package-build-archive package))
|
||||
argv)
|
||||
(mapc 'package-build-archive argv)
|
||||
|
|
Loading…
Reference in a new issue