From fc066af9a0d759fa8e0bc20af10b34051a1c0233 Mon Sep 17 00:00:00 2001 From: Mario Lang Date: Mon, 2 Feb 2004 23:44:11 +0000 Subject: Make the preceeding ply in the mode-line a little more compact --- chess-display.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-display.el') diff --git a/chess-display.el b/chess-display.el index 68d77b2..7e70f31 100644 --- a/chess-display.el +++ b/chess-display.el @@ -244,7 +244,7 @@ also view the same game." (/ index 2) (1+ (/ index 2))) 1)) - ". " (and (= 0 (mod index 2)) "... ") + "." (and (= 0 (mod index 2)) "..") (chess-ply-to-algebraic (chess-game-ply chess-module-game (1- index))))) chess-display-side-to-move -- cgit v1.2.3