On CMUCL, pass around the ef-name of an external-format, not the object itself
authorFrancois-Rene Rideau <tunes@google.com>
Wed, 16 Jan 2013 14:35:01 +0000 (09:35 -0500)
committerFrancois-Rene Rideau <tunes@google.com>
Wed, 16 Jan 2013 14:35:01 +0000 (09:35 -0500)
encodings.lisp

index f67edb5..8001dee 100644 (file)
    #+allegro (excl:find-external-format encoding)
    #+clozure (ccl::normalize-external-format t encoding)
    #+clisp (find-symbol* encoding :charset nil)
-   #+cmu (stream::find-external-format encoding)
+   #+cmu (stream::ef-name (stream::find-external-format encoding))
    #+ecl (ext:make-encoding encoding)
    #+lispworks
    (or