mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Appease the byte-compiler
This commit is contained in:
@ -92,7 +92,7 @@ Pretty symbols can be unset for emacs-lisp-mode with:
|
||||
(if (null (car-safe rest))
|
||||
(delq (assq mode +pretty-code-symbols-alist)
|
||||
+pretty-code-symbols-alist)
|
||||
(let (results merge key alist)
|
||||
(let (results merge key)
|
||||
(while rest
|
||||
(setq key (pop rest))
|
||||
(pcase key
|
||||
|
Reference in New Issue
Block a user