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 2385


Ignore:
Timestamp:
2015-06-18T21:49:11-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/term.lisp

    r2381 r2385  
    5555                                &allow-other-keys)
    5656  (format t "TERM::SHARED-INITIALIZE called with:~&SLOT-NAMES: ~W~&INITARGS: ~W.~%" slot-names initargs)
     57  (if (eq slot-names t) (setf slot-names '(coeff)))
    5758  (dolist (slot-name slot-names)
    5859    (case slot-name
Note: See TracChangeset for help on using the changeset viewer.