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:
parent
156302e85f
commit
a372b1a24f
2 changed files with 9 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue