diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-12-11 21:06:54 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-12-11 21:06:54 +0100 |
commit | b455cae0cd4336448e787d6cc5d61ee1943677cc (patch) | |
tree | b4aa4d240cb4dab25ac4086ec48755428c04b07b | |
parent | f4124b2e828d340e01c686419b95cbf89a34151b (diff) |
Do not try to set CFFI:*DEFAULT-FOREIGN-ENCODING*.
darcs-hash:d5007595e2b8041ecb37df737581c09618d78fe6
-rw-r--r-- | main.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -191,7 +191,7 @@ (dolist (env-var '("HTTP_CACHE_CONTROL" "HTTP_IF_MODIFIED_SINCE")) (pushnew env-var http::*http-env-vars*)) (http:http-init) - (setq cffi:*default-foreign-encoding* :iso-8859-15) + #+mst-plus (setq cffi:*default-foreign-encoding* :iso-8859-15) (handler-bind ((error #' (lambda (e) |