1
0
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:
Richard M. Stallman 1994-08-19 04:38:14 +00:00
parent 0ef2c2f2e6
commit ffc74f20c9

View File

@ -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