Skip to content

Commit 4aa8481

Browse files
committed
fix: eliminate warnings
1 parent d56c1ff commit 4aa8481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doom-modeline-core.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1391,7 +1391,7 @@ If INACTIVE-FACE is nil, `mode-line-inactive' face will be used."
13911391
;; Per-frame cache for mode-line font height.
13921392
(defvar doom-modeline--font-height-cache (make-hash-table :test 'eq :weakness 'key)
13931393
"Per-frame cache for mode-line font height.
1394-
Keys are frame objects, values are cons cells (CACHED-HEIGHT . CACHED-FACE-HEIGHT-ATTR).")
1394+
Keys are frame objects, values are cons cells (HEIGHT . FACE-HEIGHT-ATTR).")
13951395

13961396
(defun doom-modeline--reset-font-height-cache (&rest _)
13971397
"Reset cached font height for all frames."

0 commit comments

Comments
 (0)