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