]> git.eshelyaron.com Git - emacs.git/commitdiff
(lpr-headers-switches): Set proper value on hpux and usg.
authorRichard M. Stallman <rms@gnu.org>
Thu, 6 Jan 1994 09:22:49 +0000 (09:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 6 Jan 1994 09:22:49 +0000 (09:22 +0000)
lisp/lpr.el

index bf27a8b8012ba7ccbd1872675250b0f3981f36b1..cd278451f7a962d31d4456863c1f8ea70e7d22e0 100644 (file)
@@ -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