(setenv): Call set-time-zone-rule when setting TZ.

This commit is contained in:
Richard M. Stallman 1995-09-10 04:36:12 +00:00
parent cdadf745b2
commit 7fd817093f

View file

@ -92,6 +92,8 @@ This function works by modifying `process-environment'."
(case-fold-search nil)
(scan process-environment)
found)
(if (string-equal "TZ" variable)
(set-time-zone-rule value))
(while scan
(cond ((string-match pattern (car scan))
(setq found t)