summaryrefslogtreecommitdiff
path: root/lisp/forms-d2.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-07-16 12:23:00 +0000
committerPavel Janík <Pavel@Janik.cz>2001-07-16 12:23:00 +0000
commite8af40eed41d6c61ea6a0649512c4b09afcb1bfa (patch)
tree588654cb6c38a93c432bfae53ccbf36569e3cf23 /lisp/forms-d2.el
parent4cba8c0bdcce038e6966aab82d08859d796e69d0 (diff)
downloademacs-e8af40eed41d6c61ea6a0649512c4b09afcb1bfa.tar.gz
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/forms-d2.el')
-rw-r--r--lisp/forms-d2.el8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/forms-d2.el b/lisp/forms-d2.el
index 22331292e14..7cb8b0c77fd 100644
--- a/lisp/forms-d2.el
+++ b/lisp/forms-d2.el
@@ -3,8 +3,14 @@
;; Author: Johan Vromans <jvromans@squirrel.nl>
;; Created: 1989
+;; This file is part of GNU Emacs.
+
+;;; Commentary:
+
;; This sample forms exploit most of the features of forms mode.
+;;; Code:
+
;; Set the name of the data file.
(setq forms-file "forms-d2.dat")
@@ -78,3 +84,5 @@ used to fill to the column."
))
;; That's all, folks!
+
+;;; forms-d2.el ends here