diff --git a/code/sharpm.lisp b/code/sharpm.lisp index 6952fe94e67d575f54d6904211fe902706eaa240..bbb4458fbd2b09f95e522c790540184871507dac 100644 --- a/code/sharpm.lisp +++ b/code/sharpm.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/sharpm.lisp,v 1.10.1.2 1993/02/11 14:00:59 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/sharpm.lisp,v 1.10.1.3 1993/02/12 18:43:02 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -228,7 +228,7 @@ (%reader-error stream "The ~S structure does not have a default constructor." (car body))) - (apply (fdefinition def-cont) (rest body)))))) + (apply (fdefinition def-con) (rest body)))))) ;;;; #=/##