diff src/w32.c @ 16892:a8a539285d69

Rebuild Vsystem_configuration at startup.
author Geoff Voelker <voelker@cs.washington.edu>
date Mon, 20 Jan 1997 01:52:48 +0000
parents 36babc489b0c
children 07145cb40453
line wrap: on
line diff
--- a/src/w32.c	Mon Jan 20 01:21:07 1997 +0000
+++ b/src/w32.c	Mon Jan 20 01:52:48 1997 +0000
@@ -583,6 +583,9 @@
   return (NULL);
 }
 
+char *get_emacs_configuration (void);
+extern Lisp_Object Vsystem_configuration;
+
 void
 init_environment ()
 {
@@ -633,6 +636,9 @@
       }
   }
 
+  /* Rebuild system configuration to reflect invoking system.  */
+  Vsystem_configuration = build_string (EMACS_CONFIGURATION);
+
   init_user_info ();
 }