From: Richard M. Stallman Date: Thu, 6 Jan 1994 09:22:49 +0000 (+0000) Subject: (lpr-headers-switches): Set proper value on hpux and usg. X-Git-Tag: emacs-19.34~10389 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9897e2d538688ed4ef8db43bfb7f68f3f7487e50;p=emacs.git (lpr-headers-switches): Set proper value on hpux and usg. --- 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