mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue