]> code.delx.au - gnu-emacs/blobdiff - lisp/forms-d2.el
(dired-view-command-alist): New variable.
[gnu-emacs] / lisp / forms-d2.el
index 22331292e142a4871b7552691f5469a77dcff925..7cb8b0c77fd9528d7179c21772dfe1a4093b58ba 100644 (file)
@@ -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