diff options
| author | Glenn Morris | 2012-07-02 22:16:11 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-02 22:16:11 -0400 |
| commit | b544fef2ac730e5fc8c072b33584d9b48d25f6fa (patch) | |
| tree | 49bc28306a56d8924ece67edfb8bd21d6d318281 /lisp/progmodes/bug-reference.el | |
| parent | 71f56da2684465d2dc05b2cc780184d95b291dc1 (diff) | |
| download | emacs-b544fef2ac730e5fc8c072b33584d9b48d25f6fa.tar.gz emacs-b544fef2ac730e5fc8c072b33584d9b48d25f6fa.zip | |
Tweak bug-reference-bug-regexp setting
* lisp/progmodes/bug-reference.el (bug-reference-bug-regexp):
Allow linking to specific messages in debbugs reports (eg 123#5).
Diffstat (limited to 'lisp/progmodes/bug-reference.el')
| -rw-r--r-- | lisp/progmodes/bug-reference.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/bug-reference.el b/lisp/progmodes/bug-reference.el index 015b9a9ceaf..48ef5da12ae 100644 --- a/lisp/progmodes/bug-reference.el +++ b/lisp/progmodes/bug-reference.el | |||
| @@ -62,7 +62,7 @@ so that it is considered safe, see `enable-local-variables'.") | |||
| 62 | (get s 'bug-reference-url-format))))) | 62 | (get s 'bug-reference-url-format))))) |
| 63 | 63 | ||
| 64 | (defconst bug-reference-bug-regexp | 64 | (defconst bug-reference-bug-regexp |
| 65 | "\\([Bb]ug ?#\\|[Pp]atch ?#\\|RFE ?#\\|PR [a-z-+]+/\\)\\([0-9]+\\)" | 65 | "\\([Bb]ug ?#\\|[Pp]atch ?#\\|RFE ?#\\|PR [a-z-+]+/\\)\\([0-9]+\\(?:#[0-9]+\\)?\\)" |
| 66 | "Regular expression which matches bug references.") | 66 | "Regular expression which matches bug references.") |
| 67 | 67 | ||
| 68 | (defun bug-reference-set-overlay-properties () | 68 | (defun bug-reference-set-overlay-properties () |