diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-16 12:06:49 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-16 12:08:32 +0100 |
| commit | 9b787ec578e3526b74db984c197c39dc06dca3ee (patch) | |
| tree | 4ea36967c69b45b3832be8db49473d3b8e9b770d /compat-28.el | |
| parent | 425156ccb474471a5067500318ac521dc18efe58 (diff) | |
Add test for directory-files
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 b04b75c..fadbf7e 100644 --- a/compat-28.el +++ b/compat-28.el @@ -140,7 +140,7 @@ consider, and are interpreted as in `substring'." ;;;; Defined in dired.c -(compat-defun directory-files (directory &optional full match nosort count) ;; <UNTESTED> +(compat-defun directory-files (directory &optional full match nosort count) ;; <compat-tests:directory-files> "Handle additional optional argument COUNT. If COUNT is non-nil and a natural number, the function will return COUNT number of file names (if so many are present)." |
