Mercurial > emacs
changeset 5462:09820fbab8d1
(lpr-headers-switches): Set proper value on hpux and usg.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 06 Jan 1994 09:22:49 +0000 |
parents | 5bb33851230e |
children | e277328474cc |
files | lisp/lpr.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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