* .dir-locals.el: Change the debbugs regexp to allow having the bug number as the first thing on a line.
This commit is contained in:
parent
a4824228fa
commit
c5b01d8c63
2 changed files with 6 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
;; You must set bugtracker_debbugs_url in your bazaar.conf for this to work.
|
||||
;; See admin/notes/bugtracker.
|
||||
(log-edit-mode . ((log-edit-rewrite-fixes
|
||||
" (bug#\\([0-9]+\\))" . "debbugs:\\1")))
|
||||
"[ \n](bug#\\([0-9]+\\))" . "debbugs:\\1")))
|
||||
(change-log-mode . ((add-log-time-zone-rule . t)
|
||||
(fill-column . 74)
|
||||
(bug-reference-url-format . "http://debbugs.gnu.org/%s")
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* .dir-locals.el: Change the debbugs regexp to allow having the
|
||||
bug number as the first thing on a line.
|
||||
|
||||
2011-09-15 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* configure.in: Make configure work with recent GNUsteps.
|
||||
|
|
Loading…
Add table
Reference in a new issue