From: Gerd Moellmann Date: Tue, 30 Jan 2001 19:36:09 +0000 (+0000) Subject: (lpr-windows-system, lpr-lp-system): Add autoload cookies. X-Git-Tag: emacs-pretest-21.0.97~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bdc9238e5f2a9b5614cc1393a9ba8502b13b2ae2;p=emacs.git (lpr-windows-system, lpr-lp-system): Add autoload cookies. --- diff --git a/lisp/lpr.el b/lisp/lpr.el index 6f6f3d53b25..41e3f031b94 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -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)))