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

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

[elpa] externals/urgrep a12bd677f7 056/115: Fix 'mouse-face' symbol


From: ELPA Syncer
Subject: [elpa] externals/urgrep a12bd677f7 056/115: Fix 'mouse-face' symbol
Date: Wed, 10 May 2023 03:00:43 -0400 (EDT)

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

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