(get_emacs_configuration): Return windows95 instead of win95.
authorRichard M. Stallman <rms@gnu.org>
Wed, 15 Jan 1997 20:19:54 +0000 (20:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 15 Jan 1997 20:19:54 +0000 (20:19 +0000)
src/w32.c

index 79b3137..ec1cef3 100644 (file)
--- a/src/w32.c
+++ b/src/w32.c
@@ -688,7 +688,7 @@ get_emacs_configuration (void)
   /* 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 ());