From 1709784f9cf94ef9b267a72b056e37c0b50f0071 Mon Sep 17 00:00:00 2001 From: Aldric Giacomoni Date: Mon, 15 Aug 2016 22:05:06 -0400 Subject: [PATCH] Add variable definition for byte-compile warning --- smart-mode-line.el | 1 + 1 file changed, 1 insertion(+) diff --git a/smart-mode-line.el b/smart-mode-line.el index 429b0ac..49bfd58 100755 --- a/smart-mode-line.el +++ b/smart-mode-line.el @@ -367,6 +367,7 @@ set `sml/override-theme' to nil." (defvar erc-track-position-in-mode-line) (defvar sml/simplified nil "Temporary dynamic variable. Used for filling.") +(defvar sml/active-background-color) (defvar sml/-debug nil "Whether debugging information should be printed.")