(gamegrid-init): Set line-spacing to 0.
authorKenichi Handa <handa@m17n.org>
Tue, 28 Aug 2007 04:02:51 +0000 (04:02 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 28 Aug 2007 04:02:51 +0000 (04:02 +0000)
lisp/ChangeLog
lisp/play/gamegrid.el

index 410bd76..3ae1353 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-28  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>  (tiny change)
+
+       * play/gamegrid.el (gamegrid-init): Set line-spacing to 0.
+
 2007-08-28  Glenn Morris  <rgm@gnu.org>
 
        * progmodes/cc-langs.el (c-constant-kwds): Add java: null, true,
index 74158e7..54e766a 100644 (file)
@@ -386,6 +386,7 @@ static unsigned char gamegrid_bits[] = {
 (defun gamegrid-init (options)
   (setq buffer-read-only t
        truncate-lines t
+       line-spacing 0
        gamegrid-display-options options)
   (buffer-disable-undo (current-buffer))
   (gamegrid-initialize-display))