Changeset 3189 for branches/f4grobner/term.lisp
- Timestamp:
- 2015-06-22T18:31:52-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/term.lisp
r3188 r3189 94 94 (format t "Old: ~A~%" old) 95 95 (format t "Initargs: ~A~%" initargs) 96 ( call-next-method old new :coeff 1))96 (apply #'call-next-method (list old new :coeff 1 initargs))) 97 97 98 98 #|
Note:
See TracChangeset
for help on using the changeset viewer.