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
910476ef
Commit
910476ef
authored
Sep 01, 1992
by
Richard M. Stallman
Browse files
entered into RCS
parent
c382a89a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/lpr.el
lisp/lpr.el
+3
-3
No files found.
lisp/lpr.el
View file @
910476ef
...
...
@@ -27,9 +27,9 @@
(
defconst
lpr-switches
nil
"\
*List
of
strings
to
pass
as
extra
switch
args
to
lpr
when
it
is
invoked.
")
(defvar lpr-command (if (eq system-type 'usg-unix-v)
"
lp
" "
lpr
")
"
*Shell
command
for
printing
a
file
")
;;;###autoload
(defconst lpr-command (if (eq system-type 'usg-unix-v)
"
lp
" "
lpr
")
"
\
*Shell
command
for
printing
a
file
")
(defvar print-region-function nil
"
Function
to
call
to
print
the
region
on
a
printer.
...
...
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