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

    Fix 'mouse-face' symbol
---
 urgrep.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/urgrep.el b/urgrep.el
index 8554cde585..3a3a02558b 100644
--- a/urgrep.el
+++ b/urgrep.el
@@ -513,7 +513,7 @@ If EDIT-COMMAND is non-nil, the search can be edited."
     ;; because that introduces a menu bar item we don't want.
     (set-keymap-parent map special-mode-map)
     (define-key map [mouse-2] #'compile-goto-error)
-    (define-key map [follow-link] #'mouse-face)
+    (define-key map [follow-link] 'mouse-face)
     (define-key map "\C-c\C-c" #'compile-goto-error)
     (define-key map "\C-m" #'compile-goto-error)
     (define-key map "\C-o" #'compilation-display-error)

Reply via email to