Skip to content
Snippets Groups Projects
Commit 443413ba authored by ram's avatar ram
Browse files

Reenabled method-not-found hack.

parent 625faf3e
No related branches found
No related tags found
No related merge requests found
......@@ -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)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment