From d26f843313d53333fc1160a6fef13d6aaba312d3 Mon Sep 17 00:00:00 2001 From: Raymond Toy Date: Sun, 30 Oct 2011 17:55:31 -0700 Subject: [PATCH] Pretty-print WITH-ARRAY-DATA. --- code/pprint.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/pprint.lisp b/code/pprint.lisp index c0f66c5d6..d1f570f65 100644 --- a/code/pprint.lisp +++ b/code/pprint.lisp @@ -1945,7 +1945,8 @@ When annotations are present, invoke them at the right positions." (new-assem:without-scheduling pprint-with-like) (vm::with-fixed-allocation pprint-with-like) (kernel::number-dispatch pprint-with-like) - (stream::with-stream-class pprint-with-like))) + (stream::with-stream-class pprint-with-like) + (lisp::with-array-data pprint-with-like))) (defun pprint-init () (setf *initial-pprint-dispatch* (make-pprint-dispatch-table)) -- GitLab