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

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

[nongnu] elpa/workroom f695e59165 47/74: Fix member buffer checking in w


From: ELPA Syncer
Subject: [nongnu] elpa/workroom f695e59165 47/74: Fix member buffer checking in workroom-kill-with-buffers
Date: Sun, 27 Nov 2022 16:03:28 -0500 (EST)

branch: elpa/workroom
commit f695e591657cdf285422960f35b3110438a66dfb
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    Fix member buffer checking in workroom-kill-with-buffers
---
 workroom.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/workroom.el b/workroom.el
index 5271505a4a..e56a81e9da 100644
--- a/workroom.el
+++ b/workroom.el
@@ -966,7 +966,7 @@ ROOM is should be a workroom, or a name of a workroom."
         (and (or kill-all
                  (cl-every
                   (lambda (room)
-                    (not (workroom-member-buffer-p buffer room)))
+                    (not (workroom-member-buffer-p room buffer)))
                   rooms))
              (kill-buffer buffer))))))
 



reply via email to

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