# HG changeset patch # User Dave Love # Date 981589385 0 # Node ID 2357e03b072bfd18a3bbb8ab62acb9cc3de0c868 # Parent db288677db5451d38101ced833ed732785a457fd (ps-print-region-function): Fix :type. diff -r db288677db54 -r 2357e03b072b lisp/ps-print.el --- a/lisp/ps-print.el Wed Feb 07 23:42:10 2001 +0000 +++ b/lisp/ps-print.el Wed Feb 07 23:43:05 2001 +0000 @@ -1654,7 +1654,7 @@ "*Specify a function to print the region on a PostScript printer. See definition of `call-process-region' for calling conventions. The fourth and the sixth arguments are both nil." - :type 'function + :type '(choice (const nil) function) :group 'ps-print-printer) (defcustom ps-manual-feed nil