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

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

[elpa] master 9f0ed67: * debbugs-gnu.el (debbugs-gnu-narrow-to-status):


From: Lars Ingebrigtsen
Subject: [elpa] master 9f0ed67: * debbugs-gnu.el (debbugs-gnu-narrow-to-status): Make narrowing to the severity work.
Date: Sat, 26 Dec 2015 20:07:58 +0000

branch: master
commit 9f0ed676981301031b18244976526456ed0dc4b6
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    * debbugs-gnu.el (debbugs-gnu-narrow-to-status): Make narrowing to the 
severity work.
---
 packages/debbugs/debbugs-gnu.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el
index 02cc0ec..71702e1 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



reply via email to

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