1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-04 20:27:45 +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: ;;; 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 ;; are `lpr-buffer', `print-buffer', lpr-region', or `print-region'; option
;; variables include `printer-name', `lpr-switches' and `lpr-command'. ;; variables include `printer-name', `lpr-switches' and `lpr-command'.
;;; Code: ;;; Code:
;;;###autoload
(defvar lpr-windows-system (defvar lpr-windows-system
(memq system-type '(emx win32 w32 mswindows ms-dos windows-nt))) (memq system-type '(emx win32 w32 mswindows ms-dos windows-nt)))
;;;###autoload
(defvar lpr-lp-system (defvar lpr-lp-system
(memq system-type '(usg-unix-v dgux hpux irix))) (memq system-type '(usg-unix-v dgux hpux irix)))