mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-26 16:41:04 -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!"))
|
"package!"))
|
||||||
(error (format "<%S>" e)))
|
(error (format "<%S>" e)))
|
||||||
'("n/a")))
|
'("n/a")))
|
||||||
,@(when-let (unpins (condition-case e
|
,(when-let (unpins (condition-case e
|
||||||
(mapcan #'identity
|
(mapcan #'identity
|
||||||
(mapcar
|
(mapcar
|
||||||
#'cdr (doom--collect-forms-in
|
#'cdr (doom--collect-forms-in
|
||||||
|
Reference in New Issue
Block a user