From bcbb276b51c6d63fcb81195172575fa756660472 Mon Sep 17 00:00:00 2001 From: Vincent Zhang Date: Sat, 18 Sep 2021 23:11:21 +0800 Subject: [PATCH] Update comments. --- doom-modeline-segments.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doom-modeline-segments.el b/doom-modeline-segments.el index 6ab6516..3b9c471 100644 --- a/doom-modeline-segments.el +++ b/doom-modeline-segments.el @@ -237,6 +237,12 @@ (declare-function winum--install-mode-line 'winum) (declare-function winum-get-number-string 'winum) + +;; +;; Compatibility +;; + +;; @see https://github.com/emacs-mirror/emacs/commit/6e100869012da9244679696634cab6b9cac96303. (when (boundp 'flymake--backend-state) (defvaralias 'flymake--state 'flymake--backend-state) (defalias 'flymake--state-diags 'flymake--backend-state-diags))