diff options
| author | Karl Heuer | 1995-11-04 00:04:41 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-11-04 00:04:41 +0000 |
| commit | fc300075dff3aa34be0b5a4a5c3c1fe53e9ef2a4 (patch) | |
| tree | 468055fc0602469933d3dd156eadde8167288cab /src | |
| parent | 2cd8218350517e9d0b19a9bcb2867c0aa3c6021d (diff) | |
| download | emacs-fc300075dff3aa34be0b5a4a5c3c1fe53e9ef2a4.tar.gz emacs-fc300075dff3aa34be0b5a4a5c3c1fe53e9ef2a4.zip | |
(main): [MSDOS] Call init_gettimeofday.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index 5f4ad8d3167..f0741f53ca0 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -747,6 +747,7 @@ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\ | |||
| 747 | init_dosfns (); | 747 | init_dosfns (); |
| 748 | /* Set defaults for several environment variables. */ | 748 | /* Set defaults for several environment variables. */ |
| 749 | if (initialized) init_environment (argc, argv, skip_args); | 749 | if (initialized) init_environment (argc, argv, skip_args); |
| 750 | else init_gettimeofday (); | ||
| 750 | #endif | 751 | #endif |
| 751 | 752 | ||
| 752 | /* egetenv is a pretty low-level facility, which may get called in | 753 | /* egetenv is a pretty low-level facility, which may get called in |