From f8faa787865f529f68fb6938d7ac6a9522896d56 Mon Sep 17 00:00:00 2001
From: wlott <wlott>
Date: Sat, 30 Nov 1991 23:51:13 +0000
Subject: [PATCH] Did it again: forgot to change the name back from my-format
 when I was done testing it.

---
 code/format.lisp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code/format.lisp b/code/format.lisp
index e92da1c18..80f6ee0a1 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.13 1991/11/30 22:55:08 wlott Exp $")
+  "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/format.lisp,v 1.14 1991/11/30 23:51:13 wlott Exp $")
 ;;;
 ;;; **********************************************************************
 ;;;
@@ -179,7 +179,7 @@
 
 ;;;; FORMAT
 
-(defun my-format (destination control-string &rest format-arguments)
+(defun format (destination control-string &rest format-arguments)
   "Provides various facilities for formatting output.
   CONTROL-STRING contains a string to be output, possibly with embedded
   directives, which are flagged with the escape character \"~\".  Directives
-- 
GitLab