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.

Ignore:
Timestamp:
2015-09-06T05:06:51-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/copy.lisp

    r3660 r3671  
    3939(defgeneric copy-instance (object &rest initargs &key &allow-other-keys)
    4040  (:method ((object number) &rest initargs &key &allow-other-keys)
     41    (declare (ignore initargs))
    4142    object)
    4243  (:method ((object cons) &rest initargs &key &allow-other-keys)
Note: See TracChangeset for help on using the changeset viewer.