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:
parent
a803745514
commit
fc60327e4e
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user