Lisp code shouldn't use set-time-zone-rule except through setenv.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 8 Aug 2011 15:53:35 +0000 (11:53 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 8 Aug 2011 15:53:35 +0000 (11:53 -0400)
commit37e11a631937986f03f6216655ea1c964f7286aa
tree0ea4917e2a3f3d1a71a9a77ec4d45fccf92a6754
parentd56176114c8c9226a43db4bf68df562486e454ed
Lisp code shouldn't use set-time-zone-rule except through setenv.

* time.el (display-time-world-list, display-time-world-display):
* time-stamp.el (time-stamp-string):
* vc/add-log.el (add-change-log-entry): Use setenv instead of
set-time-zone-rule.

* src/editfns.c (Fset_time_zone_rule): Document relationship with the
setenv function.

Fixes: debbugs:7337
lisp/ChangeLog
lisp/time-stamp.el
lisp/time.el
lisp/vc/add-log.el
src/ChangeLog
src/editfns.c