Mercurial > emacs
changeset 8113:6a12a2845ccc
(print-region-1): Essentially undo previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 01 Jul 1994 23:59:32 +0000 |
parents | 63ed4f3eb8d1 |
children | bebf92e1b110 |
files | lisp/lpr.el |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/lpr.el Fri Jul 01 21:42:23 1994 +0000 +++ b/lisp/lpr.el Fri Jul 01 23:59:32 1994 +0000 @@ -79,9 +79,10 @@ (print-region-1 start end lpr-switches t)) (defun print-region-1 (start end switches page-headers) - ;; Avoid having a space in the job name - ;; because on some MIPS system that crashes the printer demon. - (let ((name (concat (buffer-name) "-Emacs-buffer")) + ;; On some MIPS system, having a space in the job name + ;; crashes the printer demon. But using dashes looks ugly + ;; and it seems to annoying to do for that MIPS system. + (let ((name (concat (buffer-name) " Emacs buffer")) (title (concat (buffer-name) " Emacs buffer")) (width tab-width)) (save-excursion