mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(gamegrid-init-buffer): Use insert instead of insert-string.
This commit is contained in:
parent
967732f698
commit
8b78491a45
1 changed files with 1 additions and 1 deletions
|
|
@ -356,7 +356,7 @@ static char *noname[] = {
|
|||
(erase-buffer)
|
||||
(setq gamegrid-buffer-start (point))
|
||||
(dotimes (i height)
|
||||
(insert-string line))
|
||||
(insert line))
|
||||
(goto-char (point-min))))
|
||||
|
||||
(defun gamegrid-init (options)
|
||||
|
|
|
|||
Loading…
Reference in a new issue