Mercurial > emacs
changeset 16867:1c792ac8facd
(get_emacs_configuration): Return windows95 instead of win95.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 15 Jan 1997 20:19:54 +0000 |
parents | 3244576af168 |
children | 97f000e93516 |
files | src/w32.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32.c Wed Jan 15 00:20:37 1997 +0000 +++ b/src/w32.c Wed Jan 15 20:19:54 1997 +0000 @@ -688,7 +688,7 @@ /* Let oem be "*" until we figure out how to decode the OEM field. */ oem = "*"; - os = (GetVersion () & 0x80000000) ? "win95" : "nt"; + os = (GetVersion () & 0x80000000) ? "windows95" : "nt"; sprintf (configuration_buffer, "%s-%s-%s%d.%d", arch, oem, os, get_w32_major_version (), get_w32_minor_version ());