summaryrefslogtreecommitdiff
path: root/lisp/forms-d2.el
diff options
context:
space:
mode:
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