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

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

[elpa] externals/detached 087f8f25d9: Fix incorrect label in failure nar


From: ELPA Syncer
Subject: [elpa] externals/detached 087f8f25d9: Fix incorrect label in failure narrowing
Date: Mon, 19 Sep 2022 03:57:36 -0400 (EDT)

branch: externals/detached
commit 087f8f25d995ac3d8eeb0d8885bf430f824e9c9c
Author: Niklas Eklund <niklas.eklund@posteo.net>
Commit: Niklas Eklund <niklas.eklund@posteo.net>

    Fix incorrect label in failure narrowing
---
 detached-list.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/detached-list.el b/detached-list.el
index 9c6d59321b..a49c476c03 100644
--- a/detached-list.el
+++ b/detached-list.el
@@ -212,7 +212,7 @@ Optionally SUPPRESS-OUTPUT."
   "Narrow to failed SESSIONS."
   (interactive)
   (detached-list-narrow-sessions
-   `("Success" .
+   `("Failure" .
      ,(lambda (session)
         (eq 'failure (car (detached--session-status session)))))))
 



reply via email to

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