; * .dir-locals.el: Set 'vc-default-patch-addressee'
authorPhilip Kaludercic <philipk@posteo.net>
Tue, 13 Feb 2024 09:52:24 +0000 (10:52 +0100)
committerPhilip Kaludercic <philipk@posteo.net>
Mon, 20 May 2024 06:36:21 +0000 (08:36 +0200)
.dir-locals.el

index 2339a0f59cadafbdd3f5e1e2e31d22d7125cba3f..c74da88a8112b2453232520e662d2addb9ef7c9f 100644 (file)
@@ -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"