diff options
author | Roland McGrath <roland@gnu.org> | 1991-05-10 21:47:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1991-05-10 21:47:42 +0000 |
commit | 657e634fa1c28e8b9bdea6c8af085b02e473ac46 (patch) | |
tree | aaa7385dd42f4080a61fea745c53a37c2031d2b2 /lisp/lpr.el | |
parent | efa4ce8bbde45879fba79646c045d4d69c512137 (diff) | |
download | emacs-657e634fa1c28e8b9bdea6c8af085b02e473ac46.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/lpr.el')
-rw-r--r-- | lisp/lpr.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/lpr.el b/lisp/lpr.el index 74c58236149..5c363301747 100644 --- a/lisp/lpr.el +++ b/lisp/lpr.el @@ -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") |