[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r105838: * .dir-locals.el: Change the
From: |
Lars Magne Ingebrigtsen |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r105838: * .dir-locals.el: Change the debbugs regexp to allow having the bug number as the first thing on a line. |
Date: |
Mon, 19 Sep 2011 10:26:50 +0200 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 105838
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Mon 2011-09-19 10:26:50 +0200
message:
* .dir-locals.el: Change the debbugs regexp to allow having the bug number as
the first thing on a line.
modified:
.dir-locals.el
ChangeLog
=== modified file '.dir-locals.el'
--- a/.dir-locals.el 2011-04-24 18:34:57 +0000
+++ b/.dir-locals.el 2011-09-19 08:26:50 +0000
@@ -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")
=== modified file 'ChangeLog'
--- a/ChangeLog 2011-09-15 03:01:25 +0000
+++ b/ChangeLog 2011-09-19 08:26:50 +0000
@@ -1,3 +1,8 @@
+2011-09-19 Lars Magne Ingebrigtsen <address@hidden>
+
+ * .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 <address@hidden>
* configure.in: Make configure work with recent GNUsteps.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r105838: * .dir-locals.el: Change the debbugs regexp to allow having the bug number as the first thing on a line.,
Lars Magne Ingebrigtsen <=