]> git.eshelyaron.com Git - emacs.git/commitdiff
; * .dir-locals.el: Set 'vc-default-patch-addressee'
authorPhilip Kaludercic <philipk@posteo.net>
Tue, 13 Feb 2024 09:52:24 +0000 (10:52 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 May 2024 07:44:59 +0000 (09:44 +0200)
(cherry picked from commit 18457c64b064e3853511d20a6d1d5d3c0f136733)

.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"