[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] master 975e427: Fix typo in previous debbugs-gnu checkin
From: |
Lars Ingebrigtsen |
Subject: |
[elpa] master 975e427: Fix typo in previous debbugs-gnu checkin |
Date: |
Wed, 5 Aug 2020 09:44:27 -0400 (EDT) |
branch: master
commit 975e4276f0d6530ef195dd3a8447fdecf1904efe
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>
Fix typo in previous debbugs-gnu checkin
---
packages/debbugs/debbugs-gnu.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el
index b50f8fe..4e1d5dc 100644
--- a/packages/debbugs/debbugs-gnu.el
+++ b/packages/debbugs/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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] master 975e427: Fix typo in previous debbugs-gnu checkin,
Lars Ingebrigtsen <=