diff lisp/printer.el @ 863:42375619fa45

[xemacs-hg @ 2002-06-04 06:03:59 by andyp] merge 21.4 windows changes, minimally tested
author andyp
date Tue, 04 Jun 2002 06:05:53 +0000
parents 6504113e7c2d
children 79c6ff3eef26
line wrap: on
line diff
--- a/lisp/printer.el	Mon Jun 03 12:24:14 2002 +0000
+++ b/lisp/printer.el	Tue Jun 04 06:05:53 2002 +0000
@@ -451,5 +451,5 @@
 	     (setq copies (1- copies)))))
 	((and (not (eq system-type 'windows-nt))
 	      (fboundp 'lpr-region))
-	 (declare-fboundp (lpr-region (point-min) (point-max))))
+	 (lpr-region start end))
 	(t (error "No print support available"))))