From 172b99f37b963f20fd1a99ec0c92ccebf4eb1c77 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 16 Apr 2002 00:35:11 +0000 Subject: whitespace fix --- chess-plain.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chess-plain.el b/chess-plain.el index efa41f6..ff44a60 100644 --- a/chess-plain.el +++ b/chess-plain.el @@ -139,7 +139,7 @@ PERSPECTIVE is t for white or nil for black." rank (if inverted (1- rank) (1+ rank)))) (if chess-plain-draw-border (insert ? (nth 5 chess-plain-border-chars) - (make-string (+ 8 (* 7 chess-plain-spacing)) + (make-string (+ 8 (* 7 chess-plain-spacing)) (nth 6 chess-plain-border-chars)) (nth 7 chess-plain-border-chars) ?\n ? ? (if (not inverted) "abcdefgh" "hgfedcba"))) -- cgit v1.2.3