diff lisp/forms-d2.el @ 38436:b174db545cfd

Some fixes to follow coding conventions.
author Pavel Jan?k <Pavel@Janik.cz>
date Mon, 16 Jul 2001 12:23:00 +0000
parents 95732eb5af6e
children 33d53d287ee4
line wrap: on
line diff
--- a/lisp/forms-d2.el	Mon Jul 16 12:22:17 2001 +0000
+++ b/lisp/forms-d2.el	Mon Jul 16 12:23:00 2001 +0000
@@ -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 @@
      ))
 
 ;; That's all, folks!
+
+;;; forms-d2.el ends here