# HG changeset patch # User Richard M. Stallman # Date 757848169 0 # Node ID 09820fbab8d1bacd65ff6fa4777799ed190f408e # Parent 5bb33851230e2c6b22843f4e4f30947eb2b0d7c2 (lpr-headers-switches): Set proper value on hpux and usg. diff -r 5bb33851230e -r 09820fbab8d1 lisp/lpr.el --- a/lisp/lpr.el Thu Jan 06 04:59:17 1994 +0000 +++ b/lisp/lpr.el Thu Jan 06 09:22:49 1994 +0000 @@ -42,7 +42,8 @@ "lp" "lpr") "*Shell command for printing a file") -(defvar lpr-headers-switches (or (memq system-type '(usg-unix-v hpux)) "-p") +(defvar lpr-headers-switches + (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