branch: master
commit 04169ec7005ebdc6e3c31936a34e348aefc1aaba
Author: Lars Ingebrigtsen <la...@gnus.org>
Commit: Lars Ingebrigtsen <la...@gnus.org>

    Fix the "exempt" marker
    
    * debbugs-gnu.el (debbugs-gnu-insert-changelog): Fix the "exempt" marker.
---
 packages/debbugs/debbugs-gnu.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el
index ebb4d74..08a2174 100644
--- a/packages/debbugs/debbugs-gnu.el
+++ b/packages/debbugs/debbugs-gnu.el
@@ -1587,7 +1587,7 @@ If given a prefix, patch in the branch directory instead."
                          (cadr from))))))
          (goto-char (point-max))
          (end-of-line)
-         (insert "  (tiny change"))
+         (insert "  Copyright-paperwork-exempt: yes"))
        (goto-char point)))))
 
 (defvar debbugs-gnu-lisp-mode-map

Reply via email to