diff lisp/play/snake.el @ 38425:c6e12c6b1498

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 09:10:19 +0000
parents 2f5370af8354
children 54c9c11abe9e
line wrap: on
line diff
--- a/lisp/play/snake.el	Mon Jul 16 09:03:47 2001 +0000
+++ b/lisp/play/snake.el	Mon Jul 16 09:10:19 2001 +0000
@@ -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))