emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/compat b126fd50df 2/7: Mark a few functions as tested


From: ELPA Syncer
Subject: [elpa] externals/compat b126fd50df 2/7: Mark a few functions as tested
Date: Wed, 4 Jan 2023 13:57:27 -0500 (EST)

branch: externals/compat
commit b126fd50df6b3b0c0618b6f2de03fab412611df5
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]