mirror of
https://github.com/protesilaos/modus-themes.git
synced 2026-09-10 07:16:30 -04:00
Simplify macro expansion of alist cons cells
This commit is contained in:
parent
32d8f57cbe
commit
a3f7b4d386
|
|
@ -10,7 +10,7 @@
|
|||
"`let' bind ALIST elements around BODY."
|
||||
`(let ((class '((class color) (min-colors 89)))
|
||||
,@(mapcar (lambda (cons)
|
||||
(list (intern (car cons)) (cdr cons)))
|
||||
`(,(car cons) ,(cdr cons)))
|
||||
(symbol-value alist)))
|
||||
,@body))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue