From 7b3cf84ec70e00be73ae752b62690df2f01bdf56 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 9 Oct 2007 01:35:07 +0000 Subject: [PATCH] (gamegrid-setup-default-font): Use face-spec-set. --- lisp/play/gamegrid.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[] = { (< max-height height)) (setq max-height height)))))) (when (and max-height (< max-height 1)) - (set-face-attribute gamegrid-face nil :height max-height))))) + (face-spec-set gamegrid-face `((t :height ,max-height))))))) (defun gamegrid-initialize-display () (setq gamegrid-display-mode (gamegrid-display-type)) -- 2.39.2