Fix nested length form typos

This commit is contained in:
Henrik Lissner 2018-05-25 16:31:55 +02:00
parent 365201bfcf
commit 5ef1228201
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -384,7 +384,7 @@ of PROPERTY and VALUEs."
(plist-put plist property value)
(when rest
(when (cl-oddp (length rest))
(signal 'wrong-number-of-arguments (length (length rest))))
(signal 'wrong-number-of-arguments (list (length rest))))
(while rest
(plist-put rest (pop rest) (pop rest))))
(puthash (cons category module) plist doom-modules)))