From 90eb72344d7fb35803e844c06956a2bc826182b4 Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sat, 27 Oct 1990 15:27:46 +0000 Subject: [PATCH] Typo. --- code/pred.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/pred.lisp b/code/pred.lisp index 45833b0e2..dadbece8c 100644 --- a/code/pred.lisp +++ b/code/pred.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman (FAHLMAN@CMUC). ;;; ********************************************************************** ;;; -;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pred.lisp,v 1.14 1990/10/25 23:44:55 wlott Exp $ +;;; $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/pred.lisp,v 1.15 1990/10/27 15:27:46 wlott Exp $ ;;; ;;; Predicate functions for CMU Common Lisp. ;;; @@ -288,7 +288,7 @@ (not (unless (and (listp hairy-spec) (= (length hairy-spec) 2)) (error "Invalid type specifier: ~S" hairy-spec)) - (not (%%typep object (cadr (specifier-type hairy-spec))))) + (not (%%typep object (specifier-type (cadr hairy-spec))))) (satisfies (unless (and (listp hairy-spec) (= (length hairy-spec) 2)) (error "Invalid type specifier: ~S" hairy-spec)) -- GitLab