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
ffc74f20
Commit
ffc74f20
authored
Aug 19, 1994
by
Richard M. Stallman
Browse files
(lpr-command, lpr-headers-switches): Undo previous change.
parent
0ef2c2f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
lisp/lpr.el
lisp/lpr.el
+2
-5
No files found.
lisp/lpr.el
View file @
ffc74f20
...
@@ -38,15 +38,12 @@
...
@@ -38,15 +38,12 @@
;;;###autoload
;;;###autoload
(
defvar
lpr-command
(
defvar
lpr-command
(
if
(
and
(
memq
system-type
'
(
usg-unix-v
dgux
hpux
irix
))
(
if
(
memq
system-type
'
(
usg-unix-v
dgux
hpux
irix
))
(
not
(
string-match
"^[^-]*-[^-]*-solaris"
system-configuration
)))
"lp"
"lpr"
)
"lp"
"lpr"
)
"*Shell command for printing a file"
)
"*Shell command for printing a file"
)
(
defvar
lpr-headers-switches
(
defvar
lpr-headers-switches
(
if
(
and
(
memq
system-type
'
(
usg-unix-v
hpux
))
(
if
(
memq
system-type
'
(
usg-unix-v
hpux
))
nil
"-p"
)
(
not
(
string-match
"^[^-]*-[^-]*-solaris"
system-configuration
)))
nil
"-p"
)
"*List of strings to use as options for `lpr' to request page headings."
)
"*List of strings to use as options for `lpr' to request page headings."
)
(
defvar
print-region-function
nil
(
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