(print-region-function): Fix :type.
authorDave Love <fx@gnu.org>
Wed, 7 Feb 2001 23:42:10 +0000 (23:42 +0000)
committerDave Love <fx@gnu.org>
Wed, 7 Feb 2001 23:42:10 +0000 (23:42 +0000)
lisp/lpr.el

index 41e3f03..113e991 100644 (file)
@@ -129,7 +129,7 @@ and print the result."
 (defcustom print-region-function nil
   "Function to call to print the region on a printer.
 See definition of `print-region-1' for calling conventions."
-  :type 'function
+  :type '(choice (const nil) function)
   :group 'lpr)
 
 (defcustom lpr-page-header-program "pr"