0.8.9.36:
[sbcl.git] / src / code / ansi-stream.lisp
index 819cd89..dc728e0 100644 (file)
   (sout #'ill-out :type function)              ; string output function
 
   ;; other, less-used methods
-  (misc #'do-nothing :type function))
+  (misc #'no-op-placeholder :type function))
 
 (def!method print-object ((x ansi-stream) stream)
   (print-unreadable-object (x stream :type t :identity t)))