Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7d93ae3c
Commit
7d93ae3c
authored
Jan 15, 1996
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(print-region): Make pipes use binary mode if file is binary.
parent
2a612632
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
lisp/lpr.el
lisp/lpr.el
+4
-0
No files found.
lisp/lpr.el
View file @
7d93ae3c
...
...
@@ -99,6 +99,10 @@ The variable `lpr-page-header-program' specifies the program to use.")
;; and it seems to annoying to do for that MIPS system.
(
let
((
name
(
concat
(
buffer-name
)
" Emacs buffer"
))
(
title
(
concat
(
buffer-name
)
" Emacs buffer"
))
;; On MS-DOS systems, make pipes use binary mode if the
;; original file is binary.
(
binary-process-input
buffer-file-type
)
(
binary-process-output
buffer-file-type
)
(
width
tab-width
)
switch-string
)
(
save-excursion
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment