]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/ede/proj-aux.el
* lisp/cedet: Use cl-generic instead of EIEIO's defgeneric/defmethod
[gnu-emacs] / lisp / cedet / ede / proj-aux.el
index 266b865ff414c450210facbef79e78f41edac83f..0e76cda1986d2c5148b5a3de3401dc46eea88d80 100644 (file)
@@ -39,7 +39,7 @@
                  :sourcepattern "^[A-Z]+$\\|\\.txt$")
   "Miscellaneous fields definition.")
 
-(defmethod ede-proj-makefile-sourcevar ((this ede-proj-target-aux))
+(cl-defmethod ede-proj-makefile-sourcevar ((this ede-proj-target-aux))
   "Return the variable name for THIS's sources."
   (concat (ede-pmake-varname this) "_AUX"))