Eliminate warnings.

This commit is contained in:
Vincent Zhang 2019-11-11 13:34:33 +08:00
parent e5c573ddcf
commit 27edf5942b

View file

@ -54,6 +54,7 @@
(defvar battery-mode-line-limit)
(defvar battery-status-function)
(defvar edebug-execution-mode)
(defvar eglot--managed-mode)
(defvar evil-ex-active-highlights-alist)
(defvar evil-ex-argument)
(defvar evil-ex-range)
@ -1020,10 +1021,7 @@ mouse-1: List all problems%s"
(doom-modeline-vspc)
(if active
text
(propertize text 'face 'mode-line-inactive))))
;; FIXME: Add one exra space to avoid the segment-cut issue
(doom-modeline-spc)))
(propertize text 'face 'mode-line-inactive))))))
"")))