From 08832036be2ed3df0cc4640a74dc11a646d77e7a Mon Sep 17 00:00:00 2001 From: Philip Kaludercic Date: Sun, 25 Jun 2023 13:31:28 +0200 Subject: [PATCH] Set vc-default-patch-addressee in .dir-locals.el * .dir-locals.el: Set it to "bug-gnu-emacs@gnu.org". --- .dir-locals.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 0bcded4b5d1..7e0fc02dd16 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -8,7 +8,8 @@ (vc-git-annotate-switches . "-w") (bug-reference-url-format . "https://debbugs.gnu.org/%s") (diff-add-log-use-relative-names . t) - (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" -- 2.39.2