emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 75690d7: Make `C-u RET' in erc use the secondary br


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 75690d7: Make `C-u RET' in erc use the secondary browser
Date: Thu, 1 Aug 2019 07:59:12 -0400 (EDT)

branch: master
commit 75690d7fac331744eda76a4b23c36a74ff9bcb07
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Make `C-u RET' in erc use the secondary browser
    
    * lisp/erc/erc-button.el (erc-button-alist): Use the version of
    `browse-url' that interprets `C-u RET' as using the secondary browser.
---
 lisp/erc/erc-button.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el
index c270208..726d967 100644
--- a/lisp/erc/erc-button.el
+++ b/lisp/erc/erc-button.el
@@ -133,8 +133,8 @@ longer than `erc-fill-column'."
   ;; bytecompiling lambdas in this alist.  On the other hand, it makes
   ;; things hard to maintain.
   '(('nicknames 0 erc-button-buttonize-nicks erc-nick-popup 0)
-    (erc-button-url-regexp 0 t browse-url 0)
-    ("<URL: *\\([^<> ]+\\) *>" 0 t browse-url 1)
+    (erc-button-url-regexp 0 t browse-url-button-open-url 0)
+    ("<URL: *\\([^<> ]+\\) *>" 0 t browse-url-button-open-url 1)
 ;;; ("(\\(\\([^~\n \t@][^\n \t@]*\\)@\\([a-zA-Z0-9.:-]+\\)\\)" 1 t finger 2 3)
     ;; emacs internal
     ("[`]\\([a-zA-Z][-a-zA-Z_0-9]+\\)[']" 1 t erc-button-describe-symbol 1)



reply via email to

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