diff options
| author | Richard M. Stallman | 1996-06-28 08:59:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-06-28 08:59:13 +0000 |
| commit | 0b2924169eb91a96689138dc41d6f56cb6b50cc5 (patch) | |
| tree | caa9fd8e7765332b9b6d065c96809d7926d6b719 /src | |
| parent | 6ec7837b2b2f21698afa7e79745e1fcaba539a92 (diff) | |
| download | emacs-0b2924169eb91a96689138dc41d6f56cb6b50cc5.tar.gz emacs-0b2924169eb91a96689138dc41d6f56cb6b50cc5.zip | |
(AMPERSAND_FULL_NAME): Defined by default.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in index 100f6b5f917..9f5f0161ad2 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -97,7 +97,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 97 | 97 | ||
| 98 | /* Define AMPERSAND_FULL_NAME if you use the convention | 98 | /* Define AMPERSAND_FULL_NAME if you use the convention |
| 99 | that & in the full name stands for the login id. */ | 99 | that & in the full name stands for the login id. */ |
| 100 | #undef AMPERSAND_FULL_NAME | 100 | /* Turned on June 1996 supposing nobody will mind it. */ |
| 101 | #define AMPERSAND_FULL_NAME | ||
| 101 | 102 | ||
| 102 | /* Things set by --with options in the configure script. */ | 103 | /* Things set by --with options in the configure script. */ |
| 103 | 104 | ||