mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 09:51:22 -08:00
Rebuild Vsystem_configuration at startup.
This commit is contained in:
parent
d86c299a5f
commit
75b08edbf5
1 changed files with 6 additions and 0 deletions
|
|
@ -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 ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue