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

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

[elpa] externals/debbugs 91ddba4 296/311: Fix typo in previous debbugs-g


From: Stefan Monnier
Subject: [elpa] externals/debbugs 91ddba4 296/311: Fix typo in previous debbugs-gnu checkin
Date: Sun, 29 Nov 2020 18:42:33 -0500 (EST)

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

    Fix typo in previous debbugs-gnu checkin
---
 debbugs-gnu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index b50f8fe..4e1d5dc 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -2493,7 +2493,7 @@ If SELECTIVELY, query the user before applying the patch."
            (setq patch-subject
                  (or (gnus-fetch-field "subject") patch-subject))
            (when-let ((pf (gnus-fetch-field "from")))
-             (setq patch-from (mail-decode-encoded-address-string pf))
+             (setq patch-from (mail-decode-encoded-address-string pf)))
            (goto-char (point-min))
            (when (re-search-forward "^[*] " nil t)
              (let ((start (match-beginning 0)))



reply via email to

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