mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix nested length form typos
This commit is contained in:
@ -384,7 +384,7 @@ of PROPERTY and VALUEs."
|
|||||||
(plist-put plist property value)
|
(plist-put plist property value)
|
||||||
(when rest
|
(when rest
|
||||||
(when (cl-oddp (length rest))
|
(when (cl-oddp (length rest))
|
||||||
(signal 'wrong-number-of-arguments (length (length rest))))
|
(signal 'wrong-number-of-arguments (list (length rest))))
|
||||||
(while rest
|
(while rest
|
||||||
(plist-put rest (pop rest) (pop rest))))
|
(plist-put rest (pop rest) (pop rest))))
|
||||||
(puthash (cons category module) plist doom-modules)))
|
(puthash (cons category module) plist doom-modules)))
|
||||||
|
Reference in New Issue
Block a user