Skip to content
Snippets Groups Projects
Commit 9c112be9 authored by ram's avatar ram
Browse files

Fixed :format-string to be :format-control in recursive error handler.

parent a4d9ad82
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/macros.lisp,v 1.4 1993/08/25 02:09:45 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/hemlock/macros.lisp,v 1.5 1994/10/04 03:40:51 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -635,7 +635,7 @@ ...@@ -635,7 +635,7 @@
(invoke-debugger (invoke-debugger
(make-condition (make-condition
'simple-condition 'simple-condition
:format-string :format-control
"Error in error handler; Hemlock broken."))))) "Error in error handler; Hemlock broken.")))))
(clear-echo-area) (clear-echo-area)
(clear-editor-input *editor-input*) (clear-editor-input *editor-input*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment