[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 41-named-diversions.patch
From: |
Akim Demaille |
Subject: |
Re: 41-named-diversions.patch |
Date: |
23 Nov 2000 10:17:51 +0100 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) |
> > * tests/atgeneral.m4 (_m4_divert(SUITE_PRO), _m4_divert(TESTS))
> > (_m4_divert(SUITE_EPI), _m4_divert(TEST)): New diversions.
> > Push the first two diversions.
> > (AT_INIT): Don't.
>
> What "don't"?
The previous sentence: don't push the first two diversions.
| > +# m4_divert(DIVERSION-NAME)
| > +# -------------------------
| > +# Change the diversion stream to DIVERSION-NAME, while stacking old values.
|
| > +# m4_undivert(DIVERSION-NAME)
| > +# ---------------------------
| > +# Change the diversion stream to DIVERSION-NAME, while stacking old values.
|
| I think the comments should be different for those macros.
Thanks!