Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Raymond Toy
named-readtables
Commits
5b01a420
Commit
5b01a420
authored
Aug 28, 2009
by
Tobias C. Rittweiler
Browse files
Fix typo from last READTABLE-NAME commit.
darcs-hash:20090828195933-f5546-2729b7f086680b66bcc0c78fbf91016bb78866d4.gz
parent
134e971d
Changes
1
Hide whitespace changes
Inline
Side-by-side
named-readtables/named-readtables.lisp
View file @
5b01a420
...
...
@@ -375,7 +375,7 @@ Returns T if successfull, NIL otherwise."
NAMED-READTABLE-DESIGNATOR or NIL."
(
check-type
named-readtable-designator
named-readtable-designator
)
(
let
((
read-table
(
ensure-readtable
named-readtable-designator
)))
(
cond
((
%readtable-name
readtable
))
(
cond
((
%readtable-name
read
-
table
))
((
eq
read-table
*readtable*
)
:current
)
((
eq
read-table
*standard-readtable*
)
:standard
)
(
t
nil
))))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment