(change-log-mode): Remove bug-reference-mode.

This commit is contained in:
Juri Linkov 2009-01-14 23:16:35 +00:00
parent 904cce3bb2
commit c2ad0dc9a8
2 changed files with 3 additions and 2 deletions

View file

@ -4,7 +4,6 @@
(change-log-mode . ((add-log-time-zone-rule . t)
(fill-column . 74)
(bug-reference-url-format
. "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s")
(mode . bug-reference))))
. "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"))))
;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd

View file

@ -1,5 +1,7 @@
2009-01-14 Juri Linkov <juri@jurta.org>
* .dir-locals.el (change-log-mode): Remove bug-reference-mode.
* .dir-locals.el (change-log-mode): Add bug-reference-url-format
and bug-reference-mode.