From 9897e2d538688ed4ef8db43bfb7f68f3f7487e50 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 6 Jan 1994 09:22:49 +0000 Subject: [PATCH] (lpr-headers-switches): Set proper value on hpux and usg. --- lisp/lpr.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/lpr.el b/lisp/lpr.el index bf27a8b8012..cd278451f7a 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -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 -- 2.39.5