Mercurial > emacs
changeset 35970:2357e03b072b
(ps-print-region-function): Fix :type.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 07 Feb 2001 23:43:05 +0000 |
parents | db288677db54 |
children | 6dd6fce1542a |
files | lisp/ps-print.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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