diff lisp/printer.el @ 740:68d3b87a6754

[xemacs-hg @ 2002-02-03 20:33:34 by adrian] [AC21.5R21.4] [PATCH] xemacs-21.5: Dont pass unwanted buffer argument to lpr-region in generic-print-region <zo2qqpbv.fsf@mailto.t-online.de>
author adrian
date Sun, 03 Feb 2002 20:33:35 +0000
parents 87c43a431742
children 79940b592197
line wrap: on
line diff
--- a/lisp/printer.el	Sat Feb 02 13:42:54 2002 +0000
+++ b/lisp/printer.el	Sun Feb 03 20:33:35 2002 +0000
@@ -446,5 +446,5 @@
 	     (setq copies (1- copies)))))
 	((and (not (eq system-type 'windows-nt))
 	      (fboundp 'lpr-region))
-	 (lpr-region start end buffer))
+	 (lpr-region start end))
 	(t (error "No print support available"))))