branch: master
commit 68ad0e4a9be3b6cf8dc3b606ccbd7bf3432c0af3
Author: Lars Ingebrigtsen <[email protected]>
Commit: Lars Ingebrigtsen <[email protected]>

    Fix typo in previous debbugs-gnu change
    
    * packages/debbugs/debbugs-gnu.el (debbugs-gnu-summary-mode): Fix
    typo in previous 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 6bf3e3b..71416a7 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