Changeset 13942
- Timestamp:
- Jul 8, 2010, 1:57:31 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/source/lib/pprint.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lib/pprint.lisp
r13929 r13942 950 950 (let ((ostream (xp-out-stream xp)) 951 951 (len (xp-buffer-ptr xp))) 952 (when ( commit-hook *print-pprint-dispatch*)952 (when (and *print-pprint-dispatch* (commit-hook *print-pprint-dispatch*)) 953 953 (funcall (commit-hook *print-pprint-dispatch*) xp len 0)) 954 954 (when ostream … … 1002 1002 (throw 'line-limit-abbreviation-exit T)) 1003 1003 (setf (xp-line-no xp)(%i+ 1 (xp-line-no xp))) 1004 (when ( commit-hook *print-pprint-dispatch*)1004 (when (and *print-pprint-dispatch* (commit-hook *print-pprint-dispatch*)) 1005 1005 (funcall (commit-hook *print-pprint-dispatch*) xp out-point prefix-end)) 1006 1006 (let ((bstream (xp-out-stream xp)))
Note:
See TracChangeset
for help on using the changeset viewer.
