mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(setenv): Call set-time-zone-rule when setting TZ.
This commit is contained in:
parent
cdadf745b2
commit
7fd817093f
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue