Mercurial > emacs
changeset 13018:9c090a7674c8
(setenv): Call set-time-zone-rule when setting TZ.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 10 Sep 1995 04:36:12 +0000 |
parents | 0cbb394cbd82 |
children | 5381e2022370 |
files | lisp/env.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/env.el Sun Sep 10 04:23:38 1995 +0000 +++ b/lisp/env.el Sun Sep 10 04:36:12 1995 +0000 @@ -92,6 +92,8 @@ (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)