From: Lars Ingebrigtsen Date: Sat, 26 Dec 2015 20:07:50 +0000 (+0100) Subject: * debbugs-gnu.el (debbugs-gnu-narrow-to-status): Make narrowing to the severity work. X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/9f0ed676981301031b18244976526456ed0dc4b6 * debbugs-gnu.el (debbugs-gnu-narrow-to-status): Make narrowing to the severity work. --- 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