From cce1638cfe47e261cb9b285ba7f7e20dda12340e Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Fri, 7 Mar 2008 00:02:08 +0100 Subject: Fix COERCE-OBJECT (... (EQL :ID)). darcs-hash:cee5f53f4c7c73bb8905d76fa6417b74112a3f42 --- Lisp/lisp-value-wrapping.lisp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'Lisp/lisp-value-wrapping.lisp') diff --git a/Lisp/lisp-value-wrapping.lisp b/Lisp/lisp-value-wrapping.lisp index a25cb2d..dbc9c6e 100644 --- a/Lisp/lisp-value-wrapping.lisp +++ b/Lisp/lisp-value-wrapping.lisp @@ -40,16 +40,6 @@ (:metaclass ns::+ns-object)) -(defcoercion id ((x list)) - (intern-lisp-value x)) - -(defcoercion id ((x string)) - (intern-lisp-value x)) - -(defcoercion id ((x t)) - (intern-lisp-value x)) - - (defvar *lisp-value-wrappers* (make-weak-value-hash-table)) -- cgit v1.2.3