branch: externals/debbugs
commit f2be042407c54e20c10db38cf648aa122f48c604
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.
---
 debbugs-gnu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index 6bf3e3b..71416a7 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