diff options
| author | Richard M. Stallman | 1998-06-14 21:32:13 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-06-14 21:32:13 +0000 |
| commit | 6b6dee47c9a39f2081cb514671e1f5122dd808b3 (patch) | |
| tree | f5e99fde4e0a2776173b5194fefc2bdaf9674cfb | |
| parent | 0bbf74a829993f536345025ae6584caa07f414a9 (diff) | |
| download | emacs-6b6dee47c9a39f2081cb514671e1f5122dd808b3.tar.gz emacs-6b6dee47c9a39f2081cb514671e1f5122dd808b3.zip | |
Comment change.
| -rw-r--r-- | lisp/play/snake.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/play/snake.el b/lisp/play/snake.el index 17dcb3a23b9..df77827dac2 100644 --- a/lisp/play/snake.el +++ b/lisp/play/snake.el | |||
| @@ -1,4 +1,4 @@ | |||
| 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 Free Software Foundation, Inc. |
| 4 | 4 | ||