comparison 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
comparison
equal deleted inserted replaced
16891:989845750a4d 16892:a8a539285d69
581 } 581 }
582 582
583 return (NULL); 583 return (NULL);
584 } 584 }
585 585
586 char *get_emacs_configuration (void);
587 extern Lisp_Object Vsystem_configuration;
588
586 void 589 void
587 init_environment () 590 init_environment ()
588 { 591 {
589 /* Check for environment variables and use registry if they don't exist */ 592 /* Check for environment variables and use registry if they don't exist */
590 { 593 {
630 633
631 xfree (lpval); 634 xfree (lpval);
632 } 635 }
633 } 636 }
634 } 637 }
638
639 /* Rebuild system configuration to reflect invoking system. */
640 Vsystem_configuration = build_string (EMACS_CONFIGURATION);
635 641
636 init_user_info (); 642 init_user_info ();
637 } 643 }
638 644
639 /* We don't have scripts to automatically determine the system configuration 645 /* We don't have scripts to automatically determine the system configuration