]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/ede/proj.el
Merge with CEDET upstream (rev. 8499).
[gnu-emacs] / lisp / cedet / ede / proj.el
index 2da2737d37706a0a51689a6eff80081bdb002910..702e35f0b1fe911d9f3e26a185d3bb133dc62e68 100644 (file)
@@ -512,11 +512,11 @@ Optional argument COMMAND is the s the alternate command to use."
 
 (defmethod project-debug-target ((obj ede-proj-target))
   "Run the current project target OBJ in a debugger."
-  (error "Debug-target not supported by %s" (object-name obj)))
+  (error "Debug-target not supported by %s" (eieio-object-name obj)))
 
 (defmethod project-run-target ((obj ede-proj-target))
   "Run the current project target OBJ."
-  (error "Run-target not supported by %s" (object-name obj)))
+  (error "Run-target not supported by %s" (eieio-object-name obj)))
 
 (defmethod ede-proj-makefile-target-name ((this ede-proj-target))
   "Return the name of the main target for THIS target."