# HG changeset patch # User Richard M. Stallman # Date 715378065 0 # Node ID 2fee5d1fe47eb0443e19d44d6e90fe2d28f522e3 # Parent eb89a883529c6e70964b73cbca370c9587c9f31e entered into RCS diff -r eb89a883529c -r 2fee5d1fe47e lisp/lpr.el --- a/lisp/lpr.el Tue Sep 01 19:05:09 1992 +0000 +++ b/lisp/lpr.el Tue Sep 01 20:07:45 1992 +0000 @@ -27,9 +27,9 @@ (defconst lpr-switches nil "\ *List of strings to pass as extra switch args to lpr when it is invoked.") -(defvar lpr-command (if (eq system-type 'usg-unix-v) - "lp" "lpr") - "*Shell command for printing a file") +;;;###autoload +(defconst lpr-command (if (eq system-type 'usg-unix-v) "lp" "lpr") "\ +*Shell command for printing a file") (defvar print-region-function nil "Function to call to print the region on a printer.