diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 09:10:19 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 09:10:19 +0000 |
commit | 6e44da43b16bf0fcf972f14ed43964c6ce9188e9 (patch) | |
tree | b5a4140e52239c40503acd608a38dbab05f6aaf1 /lisp/play/snake.el | |
parent | 6033fc96b6ea88d9f47fd00edb3fb8eeafd9f8e7 (diff) | |
download | emacs-6e44da43b16bf0fcf972f14ed43964c6ce9188e9.tar.gz |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/play/snake.el')
-rw-r--r-- | lisp/play/snake.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/play/snake.el b/lisp/play/snake.el index df77827dac2..d6ab90052c0 100644 --- a/lisp/play/snake.el +++ b/lisp/play/snake.el @@ -1,4 +1,4 @@ -;;; snake.el -- Implementation of Snake for Emacs +;;; snake.el --- implementation of Snake for Emacs ;; Copyright (C) 1997 Free Software Foundation, Inc. @@ -25,6 +25,8 @@ ;;; Commentary: +;;; Code: + (eval-when-compile (require 'cl)) |