emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/play/gamegrid.el,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/play/gamegrid.el,v
Date: Tue, 09 Oct 2007 01:35:07 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/10/09 01:35:07

Index: gamegrid.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/play/gamegrid.el,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- gamegrid.el 28 Aug 2007 04:00:15 -0000      1.30
+++ gamegrid.el 9 Oct 2007 01:35:07 -0000       1.31
@@ -320,7 +320,7 @@
                          (< 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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]