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/+5 |
| | | | | | | | | | | 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 | 1 | -1/+32 |
| | | | | | * test/lisp/emacs-lisp/macroexp-resources/m1.el: * test/lisp/emacs-lisp/macroexp-resources/m2.el: New files. | ||||
* | * lisp/emacs-lisp/macroexp.el (macroexp--fgrep): Break cycles | Stefan Monnier | 2021-02-10 | 1 | -0/+36 |
* test/lisp/emacs-lisp/macroexp-tests.el: New file. |