From bdf258710fcb74f5d7be64f94b400bb7695bf315 Mon Sep 17 00:00:00 2001 From: Zach Beane Date: Thu, 12 Jan 2012 19:24:17 -0500 Subject: [PATCH] Note :STREAM as an option in GET-OBJECT. --- interface.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface.lisp b/interface.lisp index bbc0712..1f69edd 100644 --- a/interface.lisp +++ b/interface.lisp @@ -244,7 +244,7 @@ constraint." (make-file-writer-handler output :if-exists if-exists)) (t (error "Unknown ~S option ~S -- should be ~ - :VECTOR, :STRING, or a pathname" + :VECTOR, :STRING, :STREAM, or a pathname" :output output))))) (catch 'not-modified (handler-case -- 2.11.4.GIT