From 443413ba3c55d0c36d6b8662b3e4fdfb2c7347f7 Mon Sep 17 00:00:00 2001
From: ram <ram>
Date: Tue, 17 Dec 1991 18:20:11 +0000
Subject: [PATCH] Reenabled method-not-found hack.

---
 pcl/pclload.lisp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pcl/pclload.lisp b/pcl/pclload.lisp
index 6a6ba3a36..7156bb9e9 100644
--- a/pcl/pclload.lisp
+++ b/pcl/pclload.lisp
@@ -5,7 +5,8 @@
 (use-package "PCL" "USER")
 
 ;; hack, hack...
-#+nil
+;; It seems that the first time we do this call, it spuriously says no matching
+;; methods, but subsequent calls work.
 (ignore-errors
  (with-output-to-string (*standard-output*)
    (describe #'print-object)))
-- 
GitLab