Skip to content

Commit

Permalink
(lpr-windows-system, lpr-lp-system): Add autoload cookies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerd Moellmann committed Jan 30, 2001
1 parent 602dde4 commit c394073
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lisp/lpr.el
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,17 @@

;;; Commentary:

;; Commands to send the region or a buffer your printer. Entry points
;; Commands to send the region or a buffer to your printer. Entry points
;; are `lpr-buffer', `print-buffer', lpr-region', or `print-region'; option
;; variables include `printer-name', `lpr-switches' and `lpr-command'.

;;; Code:

;;;###autoload
(defvar lpr-windows-system
(memq system-type '(emx win32 w32 mswindows ms-dos windows-nt)))

;;;###autoload
(defvar lpr-lp-system
(memq system-type '(usg-unix-v dgux hpux irix)))

Expand Down

0 comments on commit c394073

Please sign in to comment.