summaryrefslogtreecommitdiff
path: root/lisp/play
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-07-15 19:53:53 +0000
committerPavel Janík <Pavel@Janik.cz>2001-07-15 19:53:53 +0000
commit60370d40737ecf92cec4ab75aa73d3ea9ed2d858 (patch)
tree29c0aec9d5f8e7af681d5ff1b49e72245067cf5c /lisp/play
parent715a2ca2fc1be26e8420f209c3440b90d687fec6 (diff)
downloademacs-60370d40737ecf92cec4ab75aa73d3ea9ed2d858.tar.gz
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/play')
-rw-r--r--lisp/play/studly.el2
-rw-r--r--lisp/play/zone.el8
2 files changed, 6 insertions, 4 deletions
diff --git a/lisp/play/studly.el b/lisp/play/studly.el
index f6764b45be5..5a73e041cb1 100644
--- a/lisp/play/studly.el
+++ b/lisp/play/studly.el
@@ -3,6 +3,8 @@
;;; This is in the public domain, since it was distributed
;;; by its author without a copyright notice in 1986.
+;; This file is part of GNU Emacs.
+
;; Keywords: games
;;; Commentary:
diff --git a/lisp/play/zone.el b/lisp/play/zone.el
index 87d69ac8709..90e9361c580 100644
--- a/lisp/play/zone.el
+++ b/lisp/play/zone.el
@@ -2,10 +2,10 @@
;; Copyright (C) 2000 Free Software Foundation, Inc.
-;;; Author: Victor Zandy <zandy@cs.wisc.edu>
-;;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org>
-;;; Keywords: games
-;;; Created: June 6, 1998
+;; Author: Victor Zandy <zandy@cs.wisc.edu>
+;; Maintainer: Thien-Thi Nguyen <ttn@gnu.org>
+;; Keywords: games
+;; Created: June 6, 1998
;; This file is part of GNU Emacs.