From c17451cc3aa36ce53a36d9a10a9514065e124ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Jan=C3=ADk?= Date: Mon, 16 Jul 2001 09:10:19 +0000 Subject: Some fixes to follow coding conventions. --- lisp/play/gamegrid.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lisp/play/gamegrid.el') diff --git a/lisp/play/gamegrid.el b/lisp/play/gamegrid.el index c2320a7b8c6..27f489613e8 100644 --- a/lisp/play/gamegrid.el +++ b/lisp/play/gamegrid.el @@ -1,4 +1,4 @@ -;;; gamegrid.el -- Library for implementing grid-based games on Emacs +;;; gamegrid.el --- library for implementing grid-based games on Emacs ;; Copyright (C) 1997, 1998 Free Software Foundation, Inc. @@ -26,6 +26,8 @@ ;;; Commentary: +;;; Code: + (eval-when-compile (require 'cl)) @@ -425,3 +427,5 @@ static char *noname[] = { ;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (provide 'gamegrid) + +;;; gamegrid.el ends here -- cgit v1.2.1