diff options
| author | Richard M. Stallman | 1994-06-23 14:34:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-23 14:34:50 +0000 |
| commit | fc60327e4e38837b9a8f625e1a199fff1f0f5b80 (patch) | |
| tree | a7824a2ee370ddba515d214ab1ba7d4629c4f0ca | |
| parent | a803745514e7179db1d83236fa243c744365b787 (diff) | |
| download | emacs-fc60327e4e38837b9a8f625e1a199fff1f0f5b80.tar.gz emacs-fc60327e4e38837b9a8f625e1a199fff1f0f5b80.zip | |
Comment change.
| -rw-r--r-- | lisp/lpr.el | 2 |
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.") | |||
| 79 | (print-region-1 start end lpr-switches t)) | 79 | (print-region-1 start end lpr-switches t)) |
| 80 | 80 | ||
| 81 | (defun print-region-1 (start end switches page-headers) | 81 | (defun print-region-1 (start end switches page-headers) |
| 82 | ;; Avoid having a space in the job name | ||
| 83 | ;; because on some MIPS system that crashes the printer demon. | ||
| 82 | (let ((name (concat (buffer-name) "-Emacs-buffer")) | 84 | (let ((name (concat (buffer-name) "-Emacs-buffer")) |
| 83 | (title (concat (buffer-name) " Emacs buffer")) | 85 | (title (concat (buffer-name) " Emacs buffer")) |
| 84 | (width tab-width)) | 86 | (width tab-width)) |