diff lisp/printer.el @ 717:87c43a431742

[xemacs-hg @ 2001-12-27 22:52:25 by adrian] [PATCH VETO SUPERSEDE] Re: generic-print-region sends wrong arguments to lpr-region <g05y3mh9.fsf@engine.ecf.teradyne.com>
author adrian
date Thu, 27 Dec 2001 22:52:26 +0000
parents a307f9a2021d
children 68d3b87a6754
line wrap: on
line diff
--- a/lisp/printer.el	Wed Dec 26 23:57:56 2001 +0000
+++ b/lisp/printer.el	Thu Dec 27 22:52:26 2001 +0000
@@ -446,5 +446,5 @@
 	     (setq copies (1- copies)))))
 	((and (not (eq system-type 'windows-nt))
 	      (fboundp 'lpr-region))
-	 (lpr-region (point-min) (point-max)))
+	 (lpr-region start end buffer))
 	(t (error "No print support available"))))