diff lisp/printer.el @ 819:6504113e7c2d

[xemacs-hg @ 2002-04-25 18:03:23 by andyp] sync up windows branch from 21.4
author andyp
date Thu, 25 Apr 2002 18:04:24 +0000
parents 2923009caf47
children 42375619fa45
line wrap: on
line diff
--- a/lisp/printer.el	Thu Apr 25 06:09:18 2002 +0000
+++ b/lisp/printer.el	Thu Apr 25 18:04:24 2002 +0000
@@ -451,5 +451,5 @@
 	     (setq copies (1- copies)))))
 	((and (not (eq system-type 'windows-nt))
 	      (fboundp 'lpr-region))
-	 (declare-fboundp (lpr-region start end)))
+	 (declare-fboundp (lpr-region (point-min) (point-max))))
 	(t (error "No print support available"))))