]> code.delx.au - gnu-emacs/blobdiff - lisp/forms-d2.el
Add a provide statement.
[gnu-emacs] / lisp / forms-d2.el
index 7cb8b0c77fd9528d7179c21772dfe1a4093b58ba..19164b6a6dbcc172fbc0ef885fc352ae51d5b04f 100644 (file)
@@ -1,4 +1,4 @@
-;;; forms-d2.el --- demo forms-mode
+;;; forms-d2.el --- demo forms-mode -*- no-byte-compile: t -*-
 
 ;; Author: Johan Vromans <jvromans@squirrel.nl>
 ;; Created: 1989
@@ -40,7 +40,7 @@ The optional FILL should be a character, used to fill to the column."
       (concat "\n" (make-string target fill))
     (make-string (- target (current-column)) fill)))
 ;;
-(defun arch-rj (target field &optional fill) 
+(defun arch-rj (target field &optional fill)
   "Produces a string to skip to column TARGET minus the width of field FIELD.
 Prepends newline if needed. The optional FILL should be a character,
 used to fill to the column."
@@ -85,4 +85,5 @@ used to fill to the column."
 
 ;; That's all, folks!
 
+;;; arch-tag: 8e5d5dac-7abf-4722-ab5e-03eb749beaca
 ;;; forms-d2.el ends here