Variable: lpr-lp-system

lpr-lp-system is a variable defined in lpr.el.gz.

Value

nil

Documentation

Non-nil if running on a system type that uses the "lp" command.

Source Code

;; Defined in /usr/src/emacs/lisp/lpr.el.gz
;;;###autoload
(defvar lpr-lp-system
  (memq system-type '(usg-unix-v hpux))
  "Non-nil if running on a system type that uses the \"lp\" command.")