summaryrefslogtreecommitdiff
path: root/lisp/lpr.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-06-23 14:34:50 +0000
committerRichard M. Stallman <rms@gnu.org>1994-06-23 14:34:50 +0000
commit361f3533934fa3576b94b96f6c0139a5aa79edbd (patch)
tree3e5993d79cfa1f28e640beb61a4314aa49a2b55f /lisp/lpr.el
parent67f25a9e8a028ff1072aadb17593a9a53e8fe5dc (diff)
downloademacs-361f3533934fa3576b94b96f6c0139a5aa79edbd.tar.gz
Comment change.
Diffstat (limited to 'lisp/lpr.el')
-rw-r--r--lisp/lpr.el2
1 files changed, 2 insertions, 0 deletions
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))