Skip to content
Snippets Groups Projects
Commit b374d6ec authored by Raymond Toy's avatar Raymond Toy
Browse files

Fix typo for cmucl.

It's *ignore-extra-close-parentheses*, not
*ignore-extra-right-parentheses*.
parent b2f34ac1
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@
#+cmu
(progn
(setf ext:*ignore-extra-right-parentheses* nil)
(setf ext:*ignore-extra-close-parentheses* nil)
(rt:disable-note :nil-vectors-are-strings))
#+gcl(si::use-fast-links nil)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment