]> git.eshelyaron.com Git - emacs.git/commit
macroexp.el: Fix missing warning for intermediate expansions
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 19 Jul 2023 15:29:32 +0000 (11:29 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 21 Jul 2023 15:48:42 +0000 (11:48 -0400)
commitca4bc9baf9d2c861ad776da07e56381da8e3722a
tree17550fdaa0e733f33223b511cc456e30561629ca
parentb9a910a701a792825462a75332a9aec6824fe874
macroexp.el: Fix missing warning for intermediate expansions

When a macro expanded to a call to an obsolete macro, we failed
to emit a warning for that use of the obsolete macro.

* lisp/emacs-lisp/macroexp.el (macroexp-macroexpand):
Use `macroexpand-1` to check obsolecence of intermediate expansions.

* test/lisp/emacs-lisp/macroexp-tests.el
(macroexp--test-obsolete-macro): New test.
lisp/emacs-lisp/macroexp.el
test/lisp/emacs-lisp/macroexp-tests.el