- Timestamp:
- Jul 9, 2010, 8:44:09 PM (14 years ago)
- Location:
- branches/rme-fpe
- Files:
-
- 1 deleted
- 2 edited
-
. (modified) (1 prop)
-
contrib (deleted)
-
lib/pprint.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/rme-fpe
- Property svn:mergeinfo changed
/trunk/source (added) merged: 13942-13943
- Property svn:mergeinfo changed
-
branches/rme-fpe/lib/pprint.lisp
r13929 r13951 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.
