aboutsummaryrefslogtreecommitdiff
path: root/compat-28.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-01-15 06:00:33 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-01-15 06:03:08 +0100
commitbc525a885565b55bcf4e054ec39556384bccc050 (patch)
tree7bfc16d74be4a7fbcb7e01ecf840f563ffe33ce1 /compat-28.el
parent42df9609d53ee5be5bed0cebf8f4ea78ab4c5468 (diff)
compat-28: Add test for count-windows
Diffstat (limited to 'compat-28.el')
-rw-r--r--compat-28.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-28.el b/compat-28.el
index ebcb68a..6a5b035 100644
--- a/compat-28.el
+++ b/compat-28.el
@@ -712,7 +712,7 @@ is included in the return value."
;;;; Defined in windows.el
-(compat-defun count-windows (&optional minibuf all-frames) ;; <UNTESTED>
+(compat-defun count-windows (&optional minibuf all-frames) ;; <OK>
"Handle optional argument ALL-FRAMES.
If ALL-FRAMES is non-nil, count the windows in all frames instead
just the selected frame."