From ce58cd79f510f5d9c8d84fd1fc63c8ff14984a9b Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 29 Aug 2008 06:30:22 -0400 Subject: Make `chess-display-side-to-move' a risky-local-variable. This fixes the problem of the background not being set in the modeline. --- chess-display.el | 1 + 1 file changed, 1 insertion(+) diff --git a/chess-display.el b/chess-display.el index 9b421e9..553de49 100644 --- a/chess-display.el +++ b/chess-display.el @@ -81,6 +81,7 @@ See `mode-line-format' for syntax details." (make-variable-buffer-local 'chess-display-index) (make-variable-buffer-local 'chess-display-move-text) (make-variable-buffer-local 'chess-display-side-to-move) +(put 'chess-display-side-to-move 'risky-local-variable t) (make-variable-buffer-local 'chess-display-perspective) (make-variable-buffer-local 'chess-display-event-handler) (make-variable-buffer-local 'chess-display-edit-mode) -- cgit v1.2.3