*** empty log message ***
This commit is contained in:
parent
ce288cb681
commit
bbf6f18c1e
1 changed files with 6 additions and 0 deletions
|
@ -268,6 +268,12 @@ the original function definition. This provides a way to override the
|
|||
original definition completely. (It also overrides lower-positioned
|
||||
pieces of around-advice).
|
||||
|
||||
If the around-advice uses @code{ad-do-it} more than once, the original
|
||||
definition is run at each place. In this way, around-advice can execute
|
||||
the original definition (and lower-positioned pieces of around-advice)
|
||||
several times. Another way to do that is by using @code{ad-do-it}
|
||||
inside of a loop.
|
||||
|
||||
@node Computed Advice
|
||||
@section Computed Advice
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue