mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix #4777: wrong-type-argument listp unpin error
This commit is contained in:
@ -192,7 +192,7 @@ ready to be pasted in a bug report on github."
|
||||
"package!"))
|
||||
(error (format "<%S>" e)))
|
||||
'("n/a")))
|
||||
,@(when-let (unpins (condition-case e
|
||||
,(when-let (unpins (condition-case e
|
||||
(mapcan #'identity
|
||||
(mapcar
|
||||
#'cdr (doom--collect-forms-in
|
||||
|
Reference in New Issue
Block a user