From 7243adb2da5a50c966fb9676f72caa1f20ed4116 Mon Sep 17 00:00:00 2001
From: Raymond Toy <toy.raymond@gmail.com>
Date: Wed, 19 Oct 2011 19:24:09 -0700
Subject: [PATCH] Remove :CREATE from :IF-DOES-NOT-EXIST; it doesn't do
 anything special.

---
 compiler/fndb.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/fndb.lisp b/compiler/fndb.lisp
index b3f1950cd..985ce2467 100644
--- a/compiler/fndb.lisp
+++ b/compiler/fndb.lisp
@@ -1116,7 +1116,7 @@
 
 (defknown load
   ((or filename stream)
-   &key (:verbose t) (:print t) (:if-does-not-exist (member :error :create nil))
+   &key (:verbose t) (:print t) (:if-does-not-exist (member :error nil))
    (:if-source-newer (member :load-source :load-object :query :compile))
    (:contents (or null (member :source :binary)))
    (:external-format t))
-- 
GitLab