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

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

[nongnu] elpa/workroom 78f0d5ee9e 38/74: Accept prefix argument in workr


From: ELPA Syncer
Subject: [nongnu] elpa/workroom 78f0d5ee9e 38/74: Accept prefix argument in workroom-kill-with-buffers
Date: Sun, 27 Nov 2022 16:03:27 -0500 (EST)

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

    Accept prefix argument in workroom-kill-with-buffers
---
 workroom.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/workroom.el b/workroom.el
index b56c304ed3..c2eddfa8a7 100644
--- a/workroom.el
+++ b/workroom.el
@@ -922,7 +922,8 @@ ROOM is should be a workroom, or a name of a workroom."
        (lambda (cand)
          (not
           (workroom-default-p
-           (workroom-get (if (consp cand) (car cand) cand)))))))))
+           (workroom-get (if (consp cand) (car cand) cand))))))
+      current-prefix-arg)))
   (workroom--barf-unless-enabled)
   (setq room (if (stringp room)
                  (or (workroom-get room)



reply via email to

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