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-05T09:23:31-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/copy.lisp

    r3444 r3445  
    4343(defgeneric copy-instance (object &rest initargs &key &allow-other-keys)
    4444  (:method ((object cons) &rest initargs &key &allow-other-keys)
     45    (declare (ignore initargs))
    4546    (copy-seq object))
    4647  (:documentation "Makes and returns a shallow copy of OBJECT.
Note: See TracChangeset for help on using the changeset viewer.