1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-26 19:18:50 +00:00

(lpr-windows-system, lpr-lp-system): Add autoload cookies.

This commit is contained in:
Gerd Moellmann 2001-01-30 19:36:09 +00:00
parent 914d725857
commit bdc9238e5f

View File

@ -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)))