branch: master
commit 3bfaa7add577d8398906b1e8ee8c45904c4ba7aa
Author: Lars Ingebrigtsen <[email protected]>
Commit: Lars Ingebrigtsen <[email protected]>

    Really fix typo in previous debbugs-gnu change
---
 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 71416a7..2fd3e74 100644
--- a/packages/debbugs/debbugs-gnu.el
+++ b/packages/debbugs/debbugs-gnu.el
@@ -1648,7 +1648,7 @@ MERGED is the list of bugs merged with this one."
                            (cons new new))
                        address))))))
          ,@(and debbugs-gnu-subject
-                `(subject ,debbugs-gnu-subject))))))
+                `((subject ,debbugs-gnu-subject)))))))
 
 (defun debbugs-gnu-guess-current-id ()
   "Guess the ID based on \"#23\".

Reply via email to