aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/play/gamegrid.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/gamegrid.el b/lisp/play/gamegrid.el
index 54e766a5878..813c75d1731 100644
--- a/lisp/play/gamegrid.el
+++ b/lisp/play/gamegrid.el
@@ -320,7 +320,7 @@ static unsigned char gamegrid_bits[] = {
320 (< max-height height)) 320 (< max-height height))
321 (setq max-height height)))))) 321 (setq max-height height))))))
322 (when (and max-height (< max-height 1)) 322 (when (and max-height (< max-height 1))
323 (set-face-attribute gamegrid-face nil :height max-height))))) 323 (face-spec-set gamegrid-face `((t :height ,max-height)))))))
324 324
325(defun gamegrid-initialize-display () 325(defun gamegrid-initialize-display ()
326 (setq gamegrid-display-mode (gamegrid-display-type)) 326 (setq gamegrid-display-mode (gamegrid-display-type))