Mercurial > emacs
comparison lisp/play/snake.el @ 90188:01137c1fdbe9
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 324-352)
- Merge from gnus--rel--5.10
- Update from CVS
- etc/emacs-buffer.gdb: Remove RCS keywords
* gnus--rel--5.10 (patch 70-79)
- Update from CVS
- Merge from emacs--cvs-trunk--0
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 06 Jun 2005 02:39:45 +0000 |
parents | 62afea0771d8 93e71f3dcd14 |
children | f9a65d7ebd29 |
comparison
equal
deleted
inserted
replaced
90187:587ea1490d70 | 90188:01137c1fdbe9 |
---|---|
383 (setq gamegrid-use-glyphs snake-use-glyphs-flag) | 383 (setq gamegrid-use-glyphs snake-use-glyphs-flag) |
384 (setq gamegrid-use-color snake-use-color-flag) | 384 (setq gamegrid-use-color snake-use-color-flag) |
385 | 385 |
386 (gamegrid-init (snake-display-options)) | 386 (gamegrid-init (snake-display-options)) |
387 | 387 |
388 (run-hooks 'snake-mode-hook)) | 388 (run-mode-hooks 'snake-mode-hook)) |
389 | 389 |
390 ;;;###autoload | 390 ;;;###autoload |
391 (defun snake () | 391 (defun snake () |
392 "Play the Snake game. | 392 "Play the Snake game. |
393 Move the snake around without colliding with its tail or with the border. | 393 Move the snake around without colliding with its tail or with the border. |