The common definition of “Aspect oriented programming” is more or less “just bolt whatever CLOS method combinators already can do onto another language”. That is powerful concept, but maybe somewhat orthogonal to macros, unless you want to do that with macros, which you certainly can.
That's certainly a form of AOP, but the hook mechanism here would enable arbitrary expansion time code transformations, not just injections at method calls.