1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

entered into RCS

This commit is contained in:
Jim Blandy 1992-07-17 20:35:53 +00:00
parent d7b4d18fd4
commit 279cc2b84c

View File

@ -549,6 +549,15 @@ main (argc, argv, envp)
initialized = 1;
#ifdef sun
/* sun's localtime() has a bug. it caches the value of the time
zone rather than looking it up every time. Since localtime() is
called to bolt the undumping time into the undumped emacs, this
results in localtime() ignoring the TZ environment variable.
This flushes the new TZ value into localtime(). */
tzset();
#endif /* sun */
/* Enter editor command loop. This never returns. */
Frecursive_edit ();
/* NOTREACHED */