diff options
| -rw-r--r-- | lisp/play/gamegrid.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/gamegrid.el b/lisp/play/gamegrid.el index 27f489613e8..5fdd9bb607f 100644 --- a/lisp/play/gamegrid.el +++ b/lisp/play/gamegrid.el | |||
| @@ -356,7 +356,7 @@ static char *noname[] = { | |||
| 356 | (erase-buffer) | 356 | (erase-buffer) |
| 357 | (setq gamegrid-buffer-start (point)) | 357 | (setq gamegrid-buffer-start (point)) |
| 358 | (dotimes (i height) | 358 | (dotimes (i height) |
| 359 | (insert-string line)) | 359 | (insert line)) |
| 360 | (goto-char (point-min)))) | 360 | (goto-char (point-min)))) |
| 361 | 361 | ||
| 362 | (defun gamegrid-init (options) | 362 | (defun gamegrid-init (options) |