]> git.eshelyaron.com Git - emacs.git/commit
Fix set-time-zone-rule on DJGPP
authorPo Lu <luangruo@yahoo.com>
Thu, 20 Feb 2025 11:46:40 +0000 (19:46 +0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 20 Feb 2025 21:43:47 +0000 (22:43 +0100)
commitf03be12a8de4a38da82e804631100ae753060640
tree9386d837714277446708fac821bf021872a035e3
parent7571d6a38dc2f3fa0c7e5de67327b36748d82d8c
Fix set-time-zone-rule on DJGPP

* lisp/loadup.el ("tooltip"): Load even on MS-DOS.

* src/timefns.c (tzvalbuf): Don't define on MS-DOS.
(emacs_getenv_TZ, emacs_setenv_TZ) [MSDOS]: Call getenv and
putenv rather than overwrite existing environment storage to
update DJGPP's environment modification counter.

(cherry picked from commit 1c49cfc711c61e683bda8d5b2546b586e5168706)
lisp/loadup.el
src/timefns.c