(lpr-windows-system, lpr-lp-system): Add autoload cookies.
This commit is contained in:
parent
914d725857
commit
bdc9238e5f
1 changed files with 3 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue