diff options
Diffstat (limited to 'lisp/play')
-rw-r--r-- | lisp/play/gamegrid.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/play/gamegrid.el b/lisp/play/gamegrid.el index 55c9244f2e4..7a850b07ee4 100644 --- a/lisp/play/gamegrid.el +++ b/lisp/play/gamegrid.el @@ -458,6 +458,7 @@ convert to an Emacs image-spec instead") ;; Adjust the height of the default face to the height of the ;; images. Unlike XEmacs, Emacs doesn't allow making the default ;; face buffer-local; so we do this with an overlay. + ;; FIXME: This is not correct. See face-remap.el. (when (eq gamegrid-display-mode 'glyph) (overlay-put (make-overlay (point-min) (point-max)) 'face gamegrid-face)) |