Error if ps-lpr-switches is not a list.
[bpt/emacs.git] / lisp / forms-pass.el
index d5889f4..4b3cb3a 100644 (file)
@@ -1,7 +1,13 @@
-;; demo for forms-mode -*-emacs-lisp-*-
-;;
+;;; forms-pass.el --- passwd file demo for forms-mode -*- no-byte-compile: t -*-
+
+;; This file is part of GNU Emacs.
+
+;;; Commentary:
+
 ;; This demo visits your passwd file.
 
+;;; Code:
+
 ;; use yp if present
 (or (file-exists-p (setq forms-file "/var/yp/src/passwd"))
     (setq forms-file "/etc/passwd"))
@@ -23,3 +29,6 @@
        "\n\n"
        "Shell: "       7
        "\n"))
+
+;;; arch-tag: 74801012-1a2d-4173-b9e4-fcfa241e2305
+;;; forms-pass.el ends here