]> code.delx.au - gnu-emacs/blobdiff - lisp/forms-d2.el
(cvs-fileinfo-from-entries): Deal with Solaris'
[gnu-emacs] / lisp / forms-d2.el
index 22331292e142a4871b7552691f5469a77dcff925..e603927e0273c04c82a501d64a8100c8ce8880ea 100644 (file)
@@ -1,10 +1,16 @@
-;;; forms-d2.el --- demo forms-mode
+;;; forms-d2.el --- demo forms-mode -*- no-byte-compile: t -*-
 
 ;; 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