lisp-init.lisp: Make the CLisp namestring parsing less mad.
[profile] / lisp-init.lisp
index 2253aab..8da623d 100644 (file)
@@ -8,6 +8,9 @@
 (setf *compile-verbose* nil)
 #+cmu (setf *gc-verbose* nil)
 
+;; Various fixings.
+#+clisp (setf custom:*parse-namestring-ansi* t)
+
 ;; Start up swank.
 (defun mdw-hacks:crank-swank (&rest #1=#:args)
   (let ((#2=#:swank #3=(find-package "SWANK")))