diff lisp/play/tetris.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 75a50246a099
children 0abc55fceb87
line wrap: on
line diff
--- a/lisp/play/tetris.el	Mon Jul 16 09:03:47 2001 +0000
+++ b/lisp/play/tetris.el	Mon Jul 16 09:10:19 2001 +0000
@@ -1,4 +1,4 @@
-;;; tetris.el -- Implementation of Tetris for Emacs
+;;; tetris.el --- implementation of Tetris for Emacs
 
 ;; Copyright (C) 1997 Free Software Foundation, Inc.
 
@@ -26,6 +26,8 @@
 
 ;;; Commentary:
 
+;;; Code:
+
 (eval-when-compile
   (require 'cl))