emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/debbugs f2be042 309/311: Fix typo in previous debbugs-g


From: Stefan Monnier
Subject: [elpa] externals/debbugs f2be042 309/311: Fix typo in previous debbugs-gnu change
Date: Sun, 29 Nov 2020 18:42:36 -0500 (EST)

branch: externals/debbugs
commit f2be042407c54e20c10db38cf648aa122f48c604
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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

[Prev in Thread] Current Thread [Next in Thread]