Skip to content
Snippets Groups Projects
Commit b08c8c40 authored by wlott's avatar wlott
Browse files

This commit was generated by cvs2svn to compensate for changes in r1665,

which included commits to RCS files with non-trunk default branches.
parents 8f25fddf 9b90f92d
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
(in-package "EXTENSIONS") (in-package "EXTENSIONS")
(export '(grindef)) (export '(grindef))
(in-package "LISP") (in-package "LISP")
#| #|
(defun pprin1 (object &optional stream) (defun pprin1 (object &optional stream)
"Prettily outputs the Object to the Stream slashifying special characters." "Prettily outputs the Object to the Stream slashifying special characters."
...@@ -45,6 +46,7 @@ ...@@ -45,6 +46,7 @@
(defun output-pretty-object (object stream) (defun output-pretty-object (object stream)
(assert *print-pretty*) (assert *print-pretty*)
(typecase object (typecase object
#+nil
((or list structure vector array) ((or list structure vector array)
(xp::basic-write object stream)) (xp::basic-write object stream))
(t (let ((*print-pretty* nil)) (t (let ((*print-pretty* nil))
...@@ -83,8 +85,5 @@ ...@@ -83,8 +85,5 @@
;;; Initialize Water's pretty printer. ;;; Initialize Water's pretty printer.
(defun pprint-init () (defun pprint-init ()
(xp::install :shadow nil) (xp::install :package "XP" :shadow nil))
(define-print-dispatch (cons (and symbol (satisfies fboundp)))
((:priority 5) (:table *print-dispatch*))
#'fill-style))
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