summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-11-10 09:47:45 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-11-10 09:49:05 +0100
commit666205866c8e4cd63c6478683feea8b2fa756444 (patch)
tree8fad1f366e10ca3d22cb470413454f967b8644af
parenta4c0408eafc3958af869727874b715ab6ca23b68 (diff)
compat-30: require-with-check - add todo comment
-rw-r--r--compat-30.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/compat-30.el b/compat-30.el
index c41c4a0..79ed7e8 100644
--- a/compat-30.el
+++ b/compat-30.el
@@ -50,6 +50,9 @@ See also `find-buffer-visiting'."
;;;; Defined in files.el
+;; TODO: Right now there is bug#74289 in the implementation of
+;; `require-with-check' in Emacs 30. Update the implementation after
+;; the bug has been fixed.
(compat-defun require-with-check (feature &optional filename noerror) ;; <compat-tests:require-with-check>
"If FEATURE is not already loaded, load it from FILENAME.
This is like `require' except if FEATURE is already a member of the list