close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 3189


Ignore:
Timestamp:
2015-06-22T18:31:52-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r3188 r3189  
    9494  (format t "Old: ~A~%" old)
    9595  (format t "Initargs: ~A~%" initargs)
    96   (call-next-method old new :coeff 1))
     96  (apply #'call-next-method (list old new :coeff 1 initargs)))
    9797
    9898#|
Note: See TracChangeset for help on using the changeset viewer.