comparison lisp/play/gomoku.el @ 19963:2f60572de4d1

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 21 Sep 1997 12:34:40 +0000
parents 044a7dcbeb06
children f1fc193b6958
comparison
equal deleted inserted replaced
19962:07e5f3623def 19963:2f60572de4d1
1 ;;; gomoku.el --- Gomoku game between you and Emacs 1 ;;; gomoku.el --- Gomoku game between you and Emacs
2 2
3 ;; Copyright (C) 1988, 1994, 1996 Free Software Foundation, Inc. 3 ;; Copyright (C) 1988, 1994, 1996 Free Software Foundation, Inc.
4 4
5 ;; Author: Philippe Schnoebelen <phs@lifia.imag.fr> 5 ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr>
6 ;; Adapted-By: ESR, Daniel.Pfeiffer@Informatik.START.dbp.de 6 ;; Adapted-By: ESR, Daniel.Pfeiffer@Informatik.START.dbp.de
7 ;; Keywords: games 7 ;; Keywords: games
8 8
9 ;; This file is part of GNU Emacs. 9 ;; This file is part of GNU Emacs.
10 10