diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-25 17:03:13 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-25 17:03:13 +0200 |
commit | 2d97b1ef5bf0b012c6fdb42d86efb4553f08f32e (patch) | |
tree | c5d19952ee838beaf1020ac6089ce41dfc6304d7 /lisp/erc/erc-button.el | |
parent | c7370f7334957e36c49ec6bb65b09656025d554a (diff) | |
download | emacs-2d97b1ef5bf0b012c6fdb42d86efb4553f08f32e.tar.gz emacs-2d97b1ef5bf0b012c6fdb42d86efb4553f08f32e.tar.bz2 emacs-2d97b1ef5bf0b012c6fdb42d86efb4553f08f32e.zip |
Buttonize functions in curved quotes in ERC
* lisp/erc/erc-button.el (erc-button-alist): Buttonize Emacs
functions in curved quotes. (Bug#49964)
Diffstat (limited to 'lisp/erc/erc-button.el')
-rw-r--r-- | lisp/erc/erc-button.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/erc/erc-button.el b/lisp/erc/erc-button.el index 040606ea85a..17d5b6129dd 100644 --- a/lisp/erc/erc-button.el +++ b/lisp/erc/erc-button.el @@ -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) |