# HG changeset patch # User Gerd Moellmann # Date 980883369 0 # Node ID 4db4ab2d1dd4dcf8f562801ebf3f4c6ff503357e # Parent 95fb36dae3c859783da1d5904afa9fda292c94c4 (lpr-windows-system, lpr-lp-system): Add autoload cookies. diff -r 95fb36dae3c8 -r 4db4ab2d1dd4 lisp/lpr.el --- a/lisp/lpr.el Tue Jan 30 18:11:56 2001 +0000 +++ b/lisp/lpr.el Tue Jan 30 19:36:09 2001 +0000 @@ -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)))