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 mail modes
* lisp/progmodes/bug-reference.el (bug-reference-setup-from-mail-alist): Adapt regexp so that group 1 defines overlay region.
This commit is contained in:
parent
fc6ed9a721
commit
7fe756c014
1 changed files with 1 additions and 1 deletions
|
|
@ -400,7 +400,7 @@ applicable."
|
|||
,(regexp-opt '("@debbugs.gnu.org" "-devel@gnu.org"
|
||||
;; List-Id of Gnus devel mailing list.
|
||||
"ding.gnus.org"))
|
||||
"\\([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 mail modes.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue