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

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

[elpa] externals/compat cfa81c0566 4/4: compat-tests: Update comment


From: ELPA Syncer
Subject: [elpa] externals/compat cfa81c0566 4/4: compat-tests: Update comment
Date: Thu, 12 Jan 2023 16:57:25 -0500 (EST)

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

    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))
 



reply via email to

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