branch: externals/debbugs
commit 91ddba414bb8ca780cdc88512b49342a3b127507
Author: Lars Ingebrigtsen <[email protected]>
Commit: Lars Ingebrigtsen <[email protected]>
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)))