From: Dave Love Date: Wed, 7 Feb 2001 23:43:05 +0000 (+0000) Subject: (ps-print-region-function): Fix :type. X-Git-Tag: emacs-pretest-21.0.98~103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=942a1d58ad4511df8e92bc5ca91a4c21c4537076;p=emacs.git (ps-print-region-function): Fix :type. --- diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 18e463ded6e..502ded397fd 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -1654,7 +1654,7 @@ an explicit filename is given as the last argument." "*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