summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-01-30 19:36:09 +0000
committerGerd Moellmann <gerd@gnu.org>2001-01-30 19:36:09 +0000
commitc39407302d47a121125b2d3ec1dd096b2113b724 (patch)
treee5dc8e327013113af694bb4e6c73a4d27d24838b
parent602dde4a83386e0b125c80295fcc53e02bcd86f7 (diff)
downloademacs-c39407302d47a121125b2d3ec1dd096b2113b724.tar.gz
(lpr-windows-system, lpr-lp-system): Add autoload cookies.
-rw-r--r--lisp/lpr.el4
1 files changed, 3 insertions, 1 deletions
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)))