aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/lpr.el3
1 files changed, 2 insertions, 1 deletions
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 @@
42 "lp" "lpr") 42 "lp" "lpr")
43 "*Shell command for printing a file") 43 "*Shell command for printing a file")
44 44
45(defvar lpr-headers-switches (or (memq system-type '(usg-unix-v hpux)) "-p") 45(defvar lpr-headers-switches
46 (if (memq system-type '(usg-unix-v hpux)) nil "-p")
46 "*List of strings to use as options for `lpr' to request page headings.") 47 "*List of strings to use as options for `lpr' to request page headings.")
47 48
48(defvar print-region-function nil 49(defvar print-region-function nil