1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

Comment change.

This commit is contained in:
Richard M. Stallman 1994-06-23 14:34:50 +00:00
parent a803745514
commit fc60327e4e

View File

@ -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))