mirror of
https://github.com/vale981/doom-modeline
synced 2025-03-04 17:01:39 -05:00
Update comments.
This commit is contained in:
parent
23bc8fe190
commit
bcbb276b51
1 changed files with 6 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue