commit miss
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7672b2605a
commit
be297cff9b
@ -527,11 +527,12 @@ Mon Aug 4 17:25:18 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|||||||
|
|
||||||
For the changes before 1.8.0, see doc/ChangeLog-1.8.0
|
For the changes before 1.8.0, see doc/ChangeLog-1.8.0
|
||||||
|
|
||||||
|
Local variables:
|
||||||
add-log-time-format: (lambda ()
|
add-log-time-format: (lambda ()
|
||||||
(let* ((time (current-time))
|
(let* ((time (current-time))
|
||||||
(diff (+ (cadr time) 32400))
|
(diff (+ (cadr time) 32400))
|
||||||
(lo (% diff 65536))
|
(lo (% diff 65536))
|
||||||
(hi (+ (car time) (/ diff 65536))))
|
(hi (+ (car time) (/ diff 65536))))
|
||||||
(format-time-string "%a %b %e %H:%M:%S %Y" (list hi lo) t)))
|
(format-time-string "%a %b %e %H:%M:%S %Y" (list hi lo) t)))
|
||||||
indent-tabs-mode: t
|
indent-tabs-mode: t
|
||||||
tab-width: 8
|
tab-width: 8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user