* lisp/cedet/semantic/complete.el (make-instance): Use
make-instance instead of the obsolete constructor method... which
didn't work, anyway. The following would bug out
These collectors track themselves on a per-buffer basis."
:abstract t)
-(cl-defmethod constructor ((this (subclass semantic-collector-buffer-abstract))
- newname &rest fields)
+(cl-defmethod make-instance ((this (subclass semantic-collector-buffer-abstract))
+ &rest args)
"Reuse previously created objects of this type in buffer."
(let ((old nil)
(bl semantic-collector-per-buffer-list))