branch: externals/compat
commit b126fd50df6b3b0c0618b6f2de03fab412611df5
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Mark a few functions as tested
---
compat-27.el | 4 ++--
compat-28.el | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/compat-27.el b/compat-27.el
index 433ab70cd9..4ebc2c5be7 100644
--- a/compat-27.el
+++ b/compat-27.el
@@ -103,7 +103,7 @@ Letter-case is significant, but text properties are
ignored."
;;;; Defined in keymap.c
-(compat-defun lookup-key (keymap key &optional accept-default) ;; <UNTESTED>
+(compat-defun lookup-key (keymap key &optional accept-default) ;; <OK>
"Allow for KEYMAP to be a list of keymaps."
:explicit t
(cond
@@ -633,7 +633,7 @@ Optional arg PARENTS, if non-nil then creates parent dirs
as needed."
;;;; Defined in regexp-opt.el
-(compat-defun regexp-opt (strings &optional paren) ;; <UNTESTED>
+(compat-defun regexp-opt (strings &optional paren) ;; <OK>
"Handle an empty list of strings."
:explicit t
(if (null strings)
diff --git a/compat-28.el b/compat-28.el
index 3bbc2e5d3c..2e0d8e6b75 100644
--- a/compat-28.el
+++ b/compat-28.el
@@ -822,7 +822,7 @@ directory or directories specified."
;;;; Defined in time-data.el
-(compat-defun decoded-time-period (time) ;; <UNTESTED>
+(compat-defun decoded-time-period (time) ;; <OK>
"Interpret DECODED as a period and return its length in seconds.
For computational purposes, years are 365 days long and months
are 30 days long."