Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
862:278c743f1578 | 863:42375619fa45 |
---|---|
449 (and header-buffer (kill-buffer header-buffer)) | 449 (and header-buffer (kill-buffer header-buffer)) |
450 (and footer-buffer (kill-buffer footer-buffer)))) | 450 (and footer-buffer (kill-buffer footer-buffer)))) |
451 (setq copies (1- copies))))) | 451 (setq copies (1- copies))))) |
452 ((and (not (eq system-type 'windows-nt)) | 452 ((and (not (eq system-type 'windows-nt)) |
453 (fboundp 'lpr-region)) | 453 (fboundp 'lpr-region)) |
454 (declare-fboundp (lpr-region (point-min) (point-max)))) | 454 (lpr-region start end)) |
455 (t (error "No print support available")))) | 455 (t (error "No print support available")))) |