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-29.el | |
| parent | 81c5046b3118323d756eaed6a521846cc1361fb5 (diff) | |
Check that all compatibility definitions link to a corresponding test
Diffstat (limited to 'compat-29.el')
| -rw-r--r-- | compat-29.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-29.el b/compat-29.el index 8a22639..2e59ff9 100644 --- a/compat-29.el +++ b/compat-29.el @@ -278,7 +278,7 @@ in order to restore the state of the local variables set via this macro. (,(if (fboundp 'compat--setq-local) 'compat--setq-local 'setq-local) ,@pairs))) -(compat-defun list-of-strings-p (object) ;; <compat-tests:lists-of-strings-p> +(compat-defun list-of-strings-p (object) ;; <compat-tests:list-of-strings-p> "Return t if OBJECT is nil or a list of strings." (declare (pure t) (side-effect-free t)) (while (and (consp object) (stringp (car object))) |
