summaryrefslogtreecommitdiff
path: root/src/w32.c
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1997-01-20 01:52:48 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1997-01-20 01:52:48 +0000
commitd5382b012e33b47515b5f1b5690c8636edac1a64 (patch)
treee05b63244d9886c8ebd0ab634a1960603ab1cc40 /src/w32.c
parent227ed0e9216288852a318121f3fcec4ff4358ad3 (diff)
downloademacs-d5382b012e33b47515b5f1b5690c8636edac1a64.tar.gz
Rebuild Vsystem_configuration at startup.
Diffstat (limited to 'src/w32.c')
-rw-r--r--src/w32.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/w32.c b/src/w32.c
index 195a322c503..734d6276e8f 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -583,6 +583,9 @@ w32_get_resource (key, lpdwtype)
return (NULL);
}
+char *get_emacs_configuration (void);
+extern Lisp_Object Vsystem_configuration;
+
void
init_environment ()
{
@@ -633,6 +636,9 @@ init_environment ()
}
}
+ /* Rebuild system configuration to reflect invoking system. */
+ Vsystem_configuration = build_string (EMACS_CONFIGURATION);
+
init_user_info ();
}