mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-13 07:30:56 +00:00
Fix usage of plist argument in use-package-normalize-plist
Previously the argument was never used.
This commit is contained in:
parent
e379221166
commit
46503b194c
1 changed files with 2 additions and 1 deletions
|
@ -511,7 +511,8 @@ This is in contrast to merely setting it to 0."
|
|||
"Given a pseudo-plist, normalize it to a regular plist.
|
||||
The normalized key/value pairs from input are added to PLIST,
|
||||
extending any keys already present."
|
||||
(when input
|
||||
(if (null input)
|
||||
plist
|
||||
(let* ((keyword (car input))
|
||||
(xs (use-package-split-list #'keywordp (cdr input)))
|
||||
(args (car xs))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue