Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * test/lisp/emacs-lisp/macroexp-tests.el (macroexp--tests-file-name): Add case | Stefan Monnier | 2021-02-24 | 1 | -0/+3 |
| | | | | | | | | | | Add use of `macroexp-file-name` from a macro called from within a function, which works thanks to eager-macroexpansion (so the macro is expanded which the file is being loaded rather than only later when the function is called). * test/lisp/emacs-lisp/macroexp-resources/m1.el (macroexp--m1-tests-file-name): New function. | ||||
* | * test/lisp/emacs-lisp/macroexp-tests.el (macroexp--tests-file-name): New test | Stefan Monnier | 2021-02-24 | 2 | -0/+66 |
* test/lisp/emacs-lisp/macroexp-resources/m1.el: * test/lisp/emacs-lisp/macroexp-resources/m2.el: New files. |