Skip to content
Snippets Groups Projects
Commit 6b4db55b authored by pfdietz's avatar pfdietz
Browse files

Moved the space character in +standard-chars+ so it doesn't get lost at the end of the line.

parent 26718b23
No related branches found
No related tags found
No related merge requests found
...@@ -352,7 +352,7 @@ the condition to go uncaught if it cannot be classified." ...@@ -352,7 +352,7 @@ the condition to go uncaught if it cannot be classified."
(cons 'list args))) (cons 'list args)))
(defparameter +standard-chars+ (defparameter +standard-chars+
"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789~!@#$%^&*()_+|\\=-`{}[]:\";'<>?,./ " abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789~!@#$%^&*()_+|\\=-`{}[]:\";'<>?,./
") ")
(defparameter (defparameter
......
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