From 30ac32e8bf909664af26bd3dfc3a1140c41ed43d Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Thu, 24 Oct 2024 21:00:47 -0700 Subject: [PATCH] Fix lint --- urgrep.el | 1 + 1 file changed, 1 insertion(+) diff --git a/urgrep.el b/urgrep.el index 5a2e8af..d84fc91 100644 --- a/urgrep.el +++ b/urgrep.el @@ -711,6 +711,7 @@ COLOR: non-nil (the default) if the output should use color." ;; urgrep-mode +(defvar ansi-color-for-compilation-mode) (defvar outline-search-function) (defvar outline-level) (defvar outline-minor-mode-use-buttons)