emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/urgrep c40288e965 2/2: `urgrep-hit` isn't a function!


From: ELPA Syncer
Subject: [elpa] externals/urgrep c40288e965 2/2: `urgrep-hit` isn't a function!
Date: Tue, 20 Jun 2023 01:00:20 -0400 (EDT)

branch: externals/urgrep
commit c40288e9659572f8ee51e780a44932172c4409c7
Author: Jim Porter <jporterbugs@gmail.com>
Commit: Jim Porter <jporterbugs@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

[Prev in Thread] Current Thread [Next in Thread]