branch: externals/urgrep
commit c40288e9659572f8ee51e780a44932172c4409c7
Author: Jim Porter <jporterb...@gmail.com>
Commit: Jim Porter <jporterb...@gmail.com>

    `urgrep-hit` isn't a function!
---
 urgrep.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/urgrep.el b/urgrep.el
index f6101a6f6e..dcd5b33f6a 100644
--- a/urgrep.el
+++ b/urgrep.el
@@ -884,7 +884,7 @@ This function is called from `compilation-filter-hook'."
   "A compilation mode for various grep-like tools."
   (setq-local tool-bar-map urgrep-mode-tool-bar-map
               compilation-process-setup-function #'urgrep-process-setup
-              compilation-error-face #'urgrep-hit
+              compilation-error-face 'urgrep-hit
               compilation-error-regexp-alist urgrep-regexp-alist
               compilation-mode-line-errors urgrep-mode-line-matches
               compilation-disable-input t

Reply via email to