diff options
| author | Philip Kaludercic <philipk@posteo.net> | 2024-02-13 10:52:24 +0100 |
|---|---|---|
| committer | Philip Kaludercic <philipk@posteo.net> | 2024-05-20 08:36:21 +0200 |
| commit | 18457c64b064e3853511d20a6d1d5d3c0f136733 (patch) | |
| tree | 501cd228718d5d0739346462f7514aaba44c87f4 /.dir-locals.el | |
| parent | 91e02dde5fefbba87dc4736df40cfaeec2c088c1 (diff) | |
; * .dir-locals.el: Set 'vc-default-patch-addressee'
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 2339a0f59ca..c74da88a811 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -14,7 +14,8 @@ ("/[ \t]*DEFVAR_[A-Z_ \t(]+\"\\([^\"]+\\)\"/\\1/" "/[ \t]*DEFVAR_[A-Z_ \t(]+\"[^\"]+\",[ \t]\\([A-Za-z0-9_]+\\)/\\1/")))) (etags-regen-ignores . ("test/manual/etags/")) - (vc-prepare-patches-separately . nil))) + (vc-prepare-patches-separately . nil) + (vc-default-patch-addressee . "bug-gnu-emacs@gnu.org"))) (c-mode . ((c-file-style . "GNU") (c-noise-macro-names . ("INLINE" "NO_INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED" "UNINIT" "CALLBACK" "ALIGN_STACK" "ATTRIBUTE_MALLOC" |
