diff --git a/code/pprint.lisp b/code/pprint.lisp
index 4e94d1c7d9a2fa088f8c5794ad195ff01a7ffc57..798cd73136befb730482d1f267f80ecae6963c4d 100644
--- a/code/pprint.lisp
+++ b/code/pprint.lisp
@@ -7,7 +7,7 @@
 ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
 ;;;
 (ext:file-comment
-  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pprint.lisp,v 1.12 1992/11/11 07:40:44 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pprint.lisp,v 1.13 1992/12/08 20:01:11 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1208,7 +1208,7 @@
 
 (defun pprint-let (stream list &rest noise)
   (declare (ignore noise))
-  (funcall (formatter "~:<~^~W~^ ~@_~:<~@{~:<~W~@{ ~_~W~}~:>~^ ~_~}~:>~1I~:@_~@{~W~^ ~_~}~:>")
+  (funcall (formatter "~:<~^~W~^ ~@_~:<~@{~:<~^~W~@{ ~_~W~}~:>~^ ~_~}~:>~1I~:@_~@{~W~^ ~_~}~:>")
 	   stream
 	   list))