Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9897e2d5
Commit
9897e2d5
authored
Jan 06, 1994
by
Richard M. Stallman
Browse files
(lpr-headers-switches): Set proper value on hpux and usg.
parent
ac8a8341
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/lpr.el
lisp/lpr.el
+2
-1
No files found.
lisp/lpr.el
View file @
9897e2d5
...
...
@@ -42,7 +42,8 @@
"lp"
"lpr"
)
"*Shell command for printing a file"
)
(
defvar
lpr-headers-switches
(
or
(
memq
system-type
'
(
usg-unix-v
hpux
))
"-p"
)
(
defvar
lpr-headers-switches
(
if
(
memq
system-type
'
(
usg-unix-v
hpux
))
nil
"-p"
)
"*List of strings to use as options for `lpr' to request page headings."
)
(
defvar
print-region-function
nil
...
...
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