Changeset 14112 for trunk/abcl/src/org/armedbear/lisp/pprint-dispatch.lisp
- Timestamp:
- 08/18/12 08:17:42 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/pprint-dispatch.lisp
r11391 r14112 57 57 58 58 (in-package #:xp) 59 60 (require "PPRINT") 59 61 60 62 (defvar *ipd* nil ;see initialization at end of file. … … 336 338 337 339 (setf *print-pprint-dispatch* (copy-pprint-dispatch nil)) 340 341 (provide "PPRINT-DISPATCH")
Note: See TracChangeset
for help on using the changeset viewer.