comparison lisp/play/snake.el @ 90180:62afea0771d8

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-51 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 289-301) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 68) - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 12 May 2005 03:41:19 +0000
parents 68c22ea6027c eaa9acd9122c
children 01137c1fdbe9
comparison
equal deleted inserted replaced
90179:b745036dab36 90180:62afea0771d8
1 ;;; snake.el --- implementation of Snake for Emacs 1 ;;; snake.el --- implementation of Snake for Emacs
2 2
3 ;; Copyright (C) 1997 Free Software Foundation, Inc. 3 ;; Copyright (C) 1997, 2002 Free Software Foundation, Inc.
4 4
5 ;; Author: Glynn Clements <glynn@sensei.co.uk> 5 ;; Author: Glynn Clements <glynn@sensei.co.uk>
6 ;; Created: 1997-09-10 6 ;; Created: 1997-09-10
7 ;; Keywords: games 7 ;; Keywords: games
8 8