emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/debbugs b8ffa5f 173/311: Fix the "exempt" marker


From: Stefan Monnier
Subject: [elpa] externals/debbugs b8ffa5f 173/311: Fix the "exempt" marker
Date: Sun, 29 Nov 2020 18:42:05 -0500 (EST)

branch: externals/debbugs
commit b8ffa5faa0ec7322cf5c6825e252321513364d8e
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]