Skip to content

Commit

Permalink
fix: byte compile warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
kiennq committed Mar 8, 2020
1 parent de3f9d6 commit aece47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mini-modeline.el
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ BODY will be supplied with orig-func and args."
(setq mini-modeline--command-state 'end
echo-keystrokes mini-modeline--echo-keystrokes))

(defvar mini-modeline--orig-resize-mini-windows resize-mini-windows)
(defsubst mini-modeline--enter-minibuffer ()
"`minibuffer-setup-hook' of mini-modeline."
(when mini-modeline-enhance-visual
Expand All @@ -302,7 +303,6 @@ BODY will be supplied with orig-func and args."
(declare-function anzu--cons-mode-line "ext:anzu")
(declare-function anzu--reset-mode-line "ext:anzu")

(defvar mini-modeline--orig-resize-mini-windows resize-mini-windows)
(defvar mini-modeline--timer nil)

(defun mini-modeline--enable ()
Expand Down

0 comments on commit aece47d

Please sign in to comment.