From 1bd7dd39c4af6b7b774b278c6d759ab002744bc8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 15 Apr 2002 06:58:52 +0000 Subject: *** no comment *** --- chess-display.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chess-display.el') diff --git a/chess-display.el b/chess-display.el index 6c1e6d1..8c0444d 100644 --- a/chess-display.el +++ b/chess-display.el @@ -63,8 +63,8 @@ 'black-remaining))) (if (and white black) (format " W %02d:%02d B %02d:%02d" - (/ (floor white) 60) (% (floor white) 60) - (/ (floor black) 60) (% (floor black) 60)))))) + (/ (floor white) 60) (% (abs (floor white)) 60) + (/ (floor black) 60) (% (abs (floor black)) 60)))))) "The format of a chess display's modeline. See `mode-line-format' for syntax details." :type 'sexp -- cgit v1.2.3