From 07f92ee3f138df088c71be79889e19cfea4a8211 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Sun, 25 Aug 2019 21:01:56 +0200 Subject: [PATCH] Swank: Comment obsolete requirements for Next. --- .swank.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.swank.lisp b/.swank.lisp index 2c6777b2..37c6e01e 100644 --- a/.swank.lisp +++ b/.swank.lisp @@ -1,3 +1,3 @@ -(setf swank:*globally-redirect-io* t) -;; The following is required by SBCL for Next. -#+sbcl (setf swank:*communication-style* :fd-handler) +;; (setf swank:*globally-redirect-io* t) +;; The following was required by SBCL for Next < 1.3, but maybe not anymore. +;; #+sbcl (setf swank:*communication-style* :fd-handler)