# HG changeset patch # User Dave Love # Date 981589330 0 # Node ID db288677db5451d38101ced833ed732785a457fd # Parent 6a592962088ae52261c4fe075f66883acb358c5e (print-region-function): Fix :type. diff -r 6a592962088a -r db288677db54 lisp/lpr.el --- a/lisp/lpr.el Wed Feb 07 23:40:52 2001 +0000 +++ b/lisp/lpr.el Wed Feb 07 23:42:10 2001 +0000 @@ -129,7 +129,7 @@ (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"