mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-26 10:49:33 +00:00
(lpr-command, lpr-headers-switches): Undo previous change.
This commit is contained in:
parent
0ef2c2f2e6
commit
ffc74f20c9
@ -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…
Reference in New Issue
Block a user