Mercurial > hg > xemacs-beta
comparison lisp/printer.el @ 819:6504113e7c2d
[xemacs-hg @ 2002-04-25 18:03:23 by andyp]
sync up windows branch from 21.4
author | andyp |
---|---|
date | Thu, 25 Apr 2002 18:04:24 +0000 |
parents | 2923009caf47 |
children | 42375619fa45 |
comparison
equal
deleted
inserted
replaced
818:accc481aef34 | 819:6504113e7c2d |
---|---|
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 start end))) | 454 (declare-fboundp (lpr-region (point-min) (point-max)))) |
455 (t (error "No print support available")))) | 455 (t (error "No print support available")))) |