From be297cff9b4117bcd74784079cb446a3ea8427c0 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 26 Aug 2003 11:37:45 +0000 Subject: [PATCH] commit miss git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5dfb3feef3..3e6b0a0145 100644 --- a/ChangeLog +++ b/ChangeLog @@ -527,11 +527,12 @@ Mon Aug 4 17:25:18 2003 Yukihiro Matsumoto For the changes before 1.8.0, see doc/ChangeLog-1.8.0 +Local variables: add-log-time-format: (lambda () (let* ((time (current-time)) (diff (+ (cadr time) 32400)) - (lo (% diff 65536)) - (hi (+ (car time) (/ diff 65536)))) + (lo (% diff 65536)) + (hi (+ (car time) (/ diff 65536)))) (format-time-string "%a %b %e %H:%M:%S %Y" (list hi lo) t))) indent-tabs-mode: t tab-width: 8