diff options
| author | Richard M. Stallman | 1994-05-18 05:40:19 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-05-18 05:40:19 +0000 |
| commit | 5adcab53155028b72f7d7ff76b6b3c4095643f90 (patch) | |
| tree | 3e7a6273dfee35939c9cf4aba60bb19a8e08a6b7 /src | |
| parent | f7511647da564db45f45e1e00cef3a98779d1fcf (diff) | |
| download | emacs-5adcab53155028b72f7d7ff76b6b3c4095643f90.tar.gz emacs-5adcab53155028b72f7d7ff76b6b3c4095643f90.zip | |
EMACS_CONFIGURATION renamed from CONFIGURATION.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in index ad920c7a86e..70d2a251ce6 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -150,7 +150,7 @@ and this notice must be preserved on all copies. */ | |||
| 150 | #define INLINE | 150 | #define INLINE |
| 151 | #endif | 151 | #endif |
| 152 | 152 | ||
| 153 | #undef CONFIGURATION | 153 | #undef EMACS_CONFIGURATION |
| 154 | 154 | ||
| 155 | /* The configuration script defines opsysfile to be the name of the | 155 | /* The configuration script defines opsysfile to be the name of the |
| 156 | s/*.h file that describes the system type you are using. The file | 156 | s/*.h file that describes the system type you are using. The file |