Mercurial > emacs
changeset 15552:2f12648b746a
(AMPERSAND_FULL_NAME): Defined by default.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Fri, 28 Jun 1996 08:59:13 +0000 |
| parents | 9cbd488c1872 |
| children | 6a77264bef21 |
| files | src/config.in |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/config.in Fri Jun 28 08:55:00 1996 +0000 +++ b/src/config.in Fri Jun 28 08:59:13 1996 +0000 @@ -97,7 +97,8 @@ /* Define AMPERSAND_FULL_NAME if you use the convention that & in the full name stands for the login id. */ -#undef AMPERSAND_FULL_NAME +/* Turned on June 1996 supposing nobody will mind it. */ +#define AMPERSAND_FULL_NAME /* Things set by --with options in the configure script. */
