Mercurial > emacs
changeset 16892:a8a539285d69
Rebuild Vsystem_configuration at startup.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Mon, 20 Jan 1997 01:52:48 +0000 |
parents | 989845750a4d |
children | 5889a6e7c71b |
files | src/w32.c |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
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 (); }