Changeset 906
- Timestamp:
- Feb 16, 2005, 10:46:19 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lib/format.lisp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/format.lisp
r6 r906 721 721 (declare (special *format-colon-rest*)) 722 722 (unless (listp *format-arguments*) 723 ( format-error "Argument must be a list"))723 (report-bad-arg *format-arguments* 'list)) 724 724 (if (functionp start) 725 725 (apply start stream args) … … 740 740 (*format-original-arguments* *format-arguments*)) 741 741 (unless (listp *format-arguments*) 742 ( format-error "Argument must be a list"))742 (report-bad-arg *format-arguments* 'list)) 743 743 (do-iteration-1 stream start end colon at-least-once-p))))) 744 744
Note:
See TracChangeset
for help on using the changeset viewer.
