diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-04-09 21:34:21 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-04-09 21:35:40 +0200 |
| commit | ed2fa19e9d1c42b53c6520d076751d47b7e9c8d6 (patch) | |
| tree | fa782a472a078f136924dbf16cfea0043d61c127 /compat-28.el | |
| parent | 81c5046b3118323d756eaed6a521846cc1361fb5 (diff) | |
Check that all compatibility definitions link to a corresponding test
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 f7fc85d..74b7843 100644 --- a/compat-28.el +++ b/compat-28.el @@ -139,7 +139,7 @@ inserted before contatenating." (setf (nthcdr count files) nil)) files)) -(compat-defun directory-files-and-attributes (directory &optional full match nosort id-format count) ;; <compat-tests:directory-files-and-attributs> +(compat-defun directory-files-and-attributes (directory &optional full match nosort id-format count) ;; <compat-tests:directory-files-and-attributes> "Handle additional optional argument COUNT." :extended t (let ((files (directory-files-and-attributes directory full match nosort id-format))) |
