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

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

[elpa] externals/compat 0a72e60 97/99: Fix the number of expected argume


From: ELPA Syncer
Subject: [elpa] externals/compat 0a72e60 97/99: Fix the number of expected argument in count-windows :cond check
Date: Sun, 17 Oct 2021 05:58:04 -0400 (EDT)

branch: externals/compat
commit 0a72e609c2cee52591e009855e531f04cb826159
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Fix the number of expected argument in count-windows :cond check
---
 compat-28.1.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-28.1.el b/compat-28.1.el
index 75396a6..9c5b26c 100644
--- a/compat-28.1.el
+++ b/compat-28.1.el
@@ -533,7 +533,7 @@ is included in the return value."
 
 If ALL-FRAMES is non-nil, count the windows in all frames instead
 just the selected frame."
-  :cond (compat-maxargs-/= #'count-windows 3)
+  :cond (compat-maxargs-/= #'count-windows 2)
   (if all-frames
       (let ((sum 0))
         (dolist (frame (frame-list))



reply via email to

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