Mercurial > emacs
changeset 8021:a4b5e12e299d
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 23 Jun 1994 14:34:50 +0000 |
parents | 23deb92071c6 |
children | fcf805b27bc5 |
files | lisp/lpr.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/lpr.el Thu Jun 23 14:33:32 1994 +0000 +++ b/lisp/lpr.el Thu Jun 23 14:34:50 1994 +0000 @@ -79,6 +79,8 @@ (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")) (title (concat (buffer-name) " Emacs buffer")) (width tab-width))