mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-13 13:13:35 -05:00
Appease the byte-compiler
This commit is contained in:
@@ -37,7 +37,7 @@ keep them left and right aligned respectively."
|
||||
(while (keywordp (car body))
|
||||
(setq body (cddr body)))
|
||||
;;
|
||||
(cl-destructuring-bind (&key init faces on-hooks on-set activate deactivate &allow-other-keys)
|
||||
(cl-destructuring-bind (&key init faces on-hooks on-set &allow-other-keys)
|
||||
rest
|
||||
(let ((realvar (if (and body faces)
|
||||
(intern (format "+modeline--var-%s" name))
|
||||
|
Reference in New Issue
Block a user