From: Richard M. Stallman Date: Thu, 23 Jun 1994 14:34:50 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-19.34~7832 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc60327e4e38837b9a8f625e1a199fff1f0f5b80;p=emacs.git Comment change. --- diff --git a/lisp/lpr.el b/lisp/lpr.el index 37b98d91fec..a93fc960237 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -79,6 +79,8 @@ See definition of `print-region-1' for calling conventions.") (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))