projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82a31e2
)
use-package: Update list of valid :vc keywords
author
Tony Zorman
<soliditsallgood@mailbox.org>
Sun, 15 Oct 2023 14:50:00 +0000
(16:50 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 18 May 2024 10:27:47 +0000
(13:27 +0300)
* lisp/use-package/use-package-core.el: Add ':shell-command'
and ':make' to valid keywords. (Bug#66567)
lisp/use-package/use-package-core.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package-core.el
b/lisp/use-package/use-package-core.el
index ba2e93c97e91c82a2c7574a457cff0a256cfcb57..65640054c40401a82a1446690ca1aaa730d59167 100644
(file)
--- a/
lisp/use-package/use-package-core.el
+++ b/
lisp/use-package/use-package-core.el
@@
-1670,7
+1670,8
@@
indicating the latest commit) revision."
(_ (ensure-string v))))
(:vc-backend (ensure-symbol v))
(_ (ensure-string v)))))
- (pcase-let ((valid-kws '(:url :branch :lisp-dir :main-file :vc-backend :rev))
+ (pcase-let ((valid-kws '( :url :branch :lisp-dir :main-file :vc-backend :rev
+ :shell-command :make))
(`(,name . ,opts) arg))
(if (stringp opts) ; (NAME . VERSION-STRING) ?
(list name opts)