branch: externals/compat
commit cfa81c05666ed7619fbdad19ccd235e8541c1e04
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
compat-tests: Update comment
---
compat-tests.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compat-tests.el b/compat-tests.el
index a66e467668..f03d6c6e90 100644
--- a/compat-tests.el
+++ b/compat-tests.el
@@ -2000,8 +2000,8 @@
(should-equal 'bar (compat-call lookup-key (list b-map a-map) "x"))))
;; We need an indirection since `macroexp-file-name' is a function and not a
-;; macro. I don't understand why this wrong choice was made.
-;; `macroexp-file-name' should be a macro.
+;; macro. `macroexp-file-name' is not a function since it is used mostly in a
+;; macro context.
(defmacro compat-tests--filename ()
(macroexp-file-name))