Skip to content
Snippets Groups Projects
Commit 047ceab1 authored by ram's avatar ram
Browse files

Fixed SYMBOL-PACKAGE def to say the result is (OR PACKAGE NULL), not just

PACKAGE.
parent 28aab271
Branches
Tags
No related merge requests found
......@@ -239,7 +239,7 @@
(defknown copy-symbol (symbol &optional t) symbol (flushable))
(defknown gensym (&optional (or string unsigned-byte)) symbol ())
(defknown gentemp (&optional string package) symbol)
(defknown symbol-package (symbol) package (flushable))
(defknown symbol-package (symbol) (or package null) (flushable))
(defknown keywordp (t) boolean (flushable)) ; If someone uninterns it...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment