Skip to content
Snippets Groups Projects
Commit 49a8e9d1 authored by ram's avatar ram
Browse files

Typo.

parent 520bb5c7
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/code/lispinit.lisp,v 1.39 1993/08/19 17:15:40 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/lispinit.lisp,v 1.40 1993/08/19 17:23:36 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
(when (eq keyword (car remaining)) (when (eq keyword (car remaining))
(return t)))) (return t))))
(in-package "CONDTIIONS") (in-package "CONDITIONS")
(defvar *break-on-signals* nil (defvar *break-on-signals* nil
"When (typep condition *break-on-signals*) is true, then calls to SIGNAL will "When (typep condition *break-on-signals*) is true, then calls to SIGNAL will
......
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