diff lisp/lpr.el @ 262:990d2229354c

*** empty log message ***
author Roland McGrath <roland@gnu.org>
date Fri, 10 May 1991 21:47:42 +0000
parents 7e4c7ef44243
children 2ca8cdb96a9f
line wrap: on
line diff
--- a/lisp/lpr.el	Fri May 10 21:15:23 1991 +0000
+++ b/lisp/lpr.el	Fri May 10 21:47:42 1991 +0000
@@ -18,9 +18,8 @@
 ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 
 
-;;;###autoload
-(defconst lpr-switches nil
-  "*List of strings to pass as extra switch args to lpr when it is invoked.")
+;;;###autoload (defconst lpr-switches nil
+;;;###autoload   "*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")