summaryrefslogtreecommitdiff
path: root/chess-display.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-08 09:01:59 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-08 09:01:59 +0000
commit51cf0ef745fe30a34b6072ef6ca4d3ae6f8b90c0 (patch)
tree6b993c27a31721272051d4974292afba58e0f4fb /chess-display.el
parent110d1880915bf26b13a8309419a67bf272b34d4d (diff)
*** no comment ***
Diffstat (limited to 'chess-display.el')
-rw-r--r--chess-display.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/chess-display.el b/chess-display.el
index f3c8662..995a6ec 100644
--- a/chess-display.el
+++ b/chess-display.el
@@ -106,6 +106,7 @@
(defun chess-display-set-perspective (display perspective)
(chess-with-current-buffer display
(setq chess-display-perspective perspective)
+ (erase-buffer) ; force a complete redraw
(chess-display-update nil)))