From a372b1a24fd81e0225218ffd7fbb60cee99904b5 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 14 Jan 2009 00:37:28 +0000 Subject: [PATCH] (change-log-mode): Add bug-reference-url-format and bug-reference-mode. --- .dir-locals.el | 5 ++++- ChangeLog | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index cad402f44da..85cfdee7166 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -2,6 +2,9 @@ (fill-column . 70))) (c-mode . ((c-file-style . "GNU"))) (change-log-mode . ((add-log-time-zone-rule . t) - (fill-column . 74)))) + (fill-column . 74) + (bug-reference-url-format + . "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s") + (mode . bug-reference)))) ;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd diff --git a/ChangeLog b/ChangeLog index 9808c9ff53a..85ae466f836 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-14 Juri Linkov + + * .dir-locals.el (change-log-mode): Add bug-reference-url-format + and bug-reference-mode. + 2009-01-11 Juri Linkov * INSTALL.CVS: Move configuration explicitly to the first step. -- 2.39.2