diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-11-04 00:04:41 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-11-04 00:04:41 +0000 |
commit | 1378386137469457ab39b478bc16c94866c2f9dc (patch) | |
tree | 66ec28dd9e2d62a0070a06842863767bafdc71f4 /src/emacs.c | |
parent | 926d97306071861291be3e7c6595109439ddf2be (diff) | |
download | emacs-1378386137469457ab39b478bc16c94866c2f9dc.tar.gz |
(main): [MSDOS] Call init_gettimeofday.
Diffstat (limited to 'src/emacs.c')
-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\ init_dosfns (); /* Set defaults for several environment variables. */ if (initialized) init_environment (argc, argv, skip_args); + else init_gettimeofday (); #endif /* egetenv is a pretty low-level facility, which may get called in |