From 9f0ed676981301031b18244976526456ed0dc4b6 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 26 Dec 2015 21:07:50 +0100 Subject: [PATCH] * debbugs-gnu.el (debbugs-gnu-narrow-to-status): Make narrowing to the severity work. --- 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 02cc0ec43..71702e1ff 100644 --- a/packages/debbugs/debbugs-gnu.el +++ b/packages/debbugs/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 -- 2.39.2