changeset 1068:2fee5d1fe47e

entered into RCS
author Richard M. Stallman <rms@gnu.org>
date Tue, 01 Sep 1992 20:07:45 +0000
parents eb89a883529c
children ee559fe0f1ab
files lisp/lpr.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.