mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
bug-reference.el: Adapt default debbugs bug regexp for IRC modes
* lisp/progmodes/bug-reference.el (bug-reference-setup-from-irc-alist): Adapt regexp so that group 1 defines overlay region.
This commit is contained in:
parent
7fe756c014
commit
8454566b76
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@ From, and Cc against HEADER-REGEXP in
|
|||
`((,(concat "#" (regexp-opt '("emacs" "gnus" "org-mode" "rcirc"
|
||||
"erc") 'words))
|
||||
"Libera.Chat"
|
||||
"\\([Bb]ug ?#?\\)\\([0-9]+\\(?:#[0-9]+\\)?\\)"
|
||||
"\\([Bb]ug ?#?\\([0-9]+\\(?:#[0-9]+\\)?\\)\\)"
|
||||
"https://debbugs.gnu.org/%s"))
|
||||
"An alist for setting up `bug-reference-mode' in IRC modes.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue