# HG changeset patch # User Geoff Voelker # Date 853725168 0 # Node ID a8a539285d695be9b51214da4f5e52a2aaddacf3 # Parent 989845750a4d62ebac57b007cd9af59f570a6656 Rebuild Vsystem_configuration at startup. diff -r 989845750a4d -r a8a539285d69 src/w32.c --- 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 (); }