diff --git a/code/format.lisp b/code/format.lisp
index 80f6ee0a1b036c56433b678784025d6bf6acf291..0c05380db8753c65e322968b3959ca5bd46a2aa7 100644
--- a/code/format.lisp
+++ b/code/format.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/format.lisp,v 1.14 1991/11/30 23:51:13 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/format.lisp,v 1.15 1991/12/01 16:40:10 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -1496,7 +1496,7 @@
 						(if atsignp
 						    :capitalize-first
 						    :downcase)))))
-	(setf args (interpret-directive-list before stream orig-args args))
+	(setf args (interpret-directive-list stream before orig-args args))
 	after))))
 
 (def-complex-format-directive #\) ()