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

    * 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