mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(lpr-command, lpr-headers-switches): Undo previous change.
This commit is contained in:
parent
0ef2c2f2e6
commit
ffc74f20c9
1 changed files with 2 additions and 5 deletions
|
|
@ -38,15 +38,12 @@
|
|||
|
||||
;;;###autoload
|
||||
(defvar lpr-command
|
||||
(if (and (memq system-type '(usg-unix-v dgux hpux irix))
|
||||
(not (string-match "^[^-]*-[^-]*-solaris" system-configuration)))
|
||||
(if (memq system-type '(usg-unix-v dgux hpux irix))
|
||||
"lp" "lpr")
|
||||
"*Shell command for printing a file")
|
||||
|
||||
(defvar lpr-headers-switches
|
||||
(if (and (memq system-type '(usg-unix-v hpux))
|
||||
(not (string-match "^[^-]*-[^-]*-solaris" system-configuration)))
|
||||
nil "-p")
|
||||
(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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue