branch: externals/debbugs
commit 8fe893434dad9ddfe17e44990a199189c21155c8
Author: Lars Ingebrigtsen <[email protected]>
Commit: Lars Ingebrigtsen <[email protected]>

    Really fix typo in previous debbugs-gnu change
---
 debbugs-gnu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index 71416a7..2fd3e74 100644
--- a/debbugs-gnu.el
+++ b/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