diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-15 06:00:33 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-15 06:03:08 +0100 |
| commit | bc525a885565b55bcf4e054ec39556384bccc050 (patch) | |
| tree | 7bfc16d74be4a7fbcb7e01ecf840f563ffe33ce1 /compat-28.el | |
| parent | 42df9609d53ee5be5bed0cebf8f4ea78ab4c5468 (diff) | |
compat-28: Add test for count-windows
Diffstat (limited to 'compat-28.el')
| -rw-r--r-- | compat-28.el | 2 |
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." |
