Changeset 821
- Timestamp:
- Jun 5, 2004, 10:55:54 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lib/describe.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/describe.lisp
r784 r821 2039 2039 (ccl::with-toplevel-commands :tty-inspect 2040 2040 (ccl::read-loop 2041 :prompt-function #'(lambda ( )2041 :prompt-function #'(lambda (stream) 2042 2042 (if (eql level 0) 2043 (format t"~&Inspect> ")2044 (format t"~&Inspect ~d> " level))))))2043 (format stream "~&Inspect> ") 2044 (format stream "~&Inspect ~d> " level)))))) 2045 2045 (exit-inspector () (terpri *debug-io*))))) 2046 2046
Note:
See TracChangeset
for help on using the changeset viewer.
