XEmacs 21.4.7 "Economic Science".
[chise/xemacs-chise.git.1] / lisp / printer.el
index 7d343eb..5783af7 100644 (file)
@@ -443,5 +443,5 @@ Recognized properties are the same as those in `make-dialog-box':
             (setq copies (1- copies)))))
        ((and (not (eq system-type 'windows-nt))
              (fboundp 'lpr-region))
-        (lpr-region buffer))
+        (lpr-region start end))
        (t (error "No print support available"))))