branch: externals/debbugs
commit b8ffa5faa0ec7322cf5c6825e252321513364d8e
Author: Lars Ingebrigtsen <[email protected]>
Commit: Lars Ingebrigtsen <[email protected]>
Fix the "exempt" marker
* debbugs-gnu.el (debbugs-gnu-insert-changelog): Fix the "exempt" marker.
---
debbugs-gnu.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index ebb4d74..08a2174 100644
--- a/debbugs-gnu.el
+++ b/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