1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 03:40:56 -08:00

(change-log-mode): Add bug-reference-url-format and bug-reference-mode.

This commit is contained in:
Juri Linkov 2009-01-14 00:37:28 +00:00
parent 156302e85f
commit a372b1a24f
2 changed files with 9 additions and 1 deletions

View file

@ -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

View file

@ -1,3 +1,8 @@
2009-01-14 Juri Linkov <juri@jurta.org>
* .dir-locals.el (change-log-mode): Add bug-reference-url-format
and bug-reference-mode.
2009-01-11 Juri Linkov <juri@jurta.org>
* INSTALL.CVS: Move configuration explicitly to the first step.