mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 19:10:37 -08:00
Fix for single :custom (foo bar)
This commit is contained in:
parent
2ebf076733
commit
c811637b30
1 changed files with 3 additions and 1 deletions
|
|
@ -1471,7 +1471,9 @@ deferred until the prefix key sequence is pressed."
|
|||
(use-package-error
|
||||
(concat label " a (<symbol> <value> [comment])"
|
||||
" or list of these")))
|
||||
arg)))
|
||||
(if (symbolp (car arg))
|
||||
(list arg)
|
||||
arg))))
|
||||
|
||||
(defun use-package-handler/:custom (name keyword args rest state)
|
||||
"Generate use-package custom keyword code."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue