From: Richard M. Stallman Date: Mon, 2 Sep 1996 17:28:10 +0000 (+0000) Subject: (Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE. X-Git-Tag: emacs-20.1~3871 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5446a46ef6fff6cb342bfde2821f50ad71ad7b6;p=emacs.git (Fencode_time) [_NEXT_SOURCE]: Use ZONE, not ABSZONE. --- diff --git a/src/editfns.c b/src/editfns.c index 6870ae11b4a..9aff3ed99da 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -769,7 +769,7 @@ If you want them to stand for years in this century, you must do that yourself." tzstring = tzbuf; #ifdef _NEXT_SOURCE /* On NEXTSTEP, timezone environment var is ignored. */ - tm.tm_gmtoff = -abszone; + tm.tm_gmtoff = XINT (zone); #endif } else