From 4bdbec90286e1f363d80201735b80b607fdcd1db Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Sun, 17 Mar 1991 14:02:33 +0000 Subject: [PATCH] Disabled hack, since it was losing for some reason. --- pcl/pclload.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcl/pclload.lisp b/pcl/pclload.lisp index 648e26bbb..c35579e92 100644 --- a/pcl/pclload.lisp +++ b/pcl/pclload.lisp @@ -4,6 +4,7 @@ (load-pcl) ;; hack, hack... +#+nil (ignore-errors (with-output-to-string (*standard-output*) (describe #'print-object))) -- GitLab