changeset 35743:4db4ab2d1dd4

(lpr-windows-system, lpr-lp-system): Add autoload cookies.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 30 Jan 2001 19:36:09 +0000
parents 95fb36dae3c8
children 497c28f292c4
files lisp/lpr.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))