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

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

[elpa] externals/debbugs f4bc079 151/311: * debbugs-gnu.el (debbugs-gnu-


From: Stefan Monnier
Subject: [elpa] externals/debbugs f4bc079 151/311: * debbugs-gnu.el (debbugs-gnu-narrow-to-status): Make narrowing to the severity work.
Date: Sun, 29 Nov 2020 18:42:00 -0500 (EST)

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

    * debbugs-gnu.el (debbugs-gnu-narrow-to-status): Make narrowing to the 
severity work.
---
 debbugs-gnu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index 02cc0ec..71702e1 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -1016,7 +1016,7 @@ Subject fields."
       (while (not (eobp))
        (setq status (debbugs-gnu-current-status))
        (if (and (not (member string (assq 'keywords status)))
-                (not (member string (assq 'severity status)))
+                (not (equal string (cdr (assq 'severity status))))
                 (or status-only
                     (not (string-match string (cdr (assq 'originator 
status)))))
                 (or status-only



reply via email to

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