mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
entered into RCS
This commit is contained in:
parent
c382a89aa5
commit
910476efc9
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue