]> git.eshelyaron.com Git - emacs.git/commitdiff
Buttonize functions in curved quotes in ERC
authorStefan Kangas <stefan@marxist.se>
Sat, 25 Sep 2021 15:03:13 +0000 (17:03 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 25 Sep 2021 15:03:13 +0000 (17:03 +0200)
* lisp/erc/erc-button.el (erc-button-alist): Buttonize Emacs
functions in curved quotes.  (Bug#49964)

lisp/erc/erc-button.el

index 040606ea85a17d321d8489dd6330856308fbc486..17d5b6129dd70d4d760911058203558f9719e063 100644 (file)
@@ -130,7 +130,7 @@ longer than `erc-fill-column'."
     ("<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!*<=>+]+\\)[']"
+    ("[`‘]\\([a-zA-Z][-a-zA-Z_0-9!*<=>+]+\\)['’]"
      1 t erc-button-describe-symbol 1)
     ;; pseudo links
     ("\\bInfo:[\"]\\([^\"]+\\)[\"]" 0 t Info-goto-node 1)