Merge changes from emacs-23 branch
[bpt/emacs.git] / lisp / cedet / ede / project-am.el
index a76ea71..ccfb1a2 100644 (file)
@@ -401,6 +401,8 @@ Argument COMMAND is the command to use for compiling the target."
          (funcall project-am-debug-target-function cmd))
       (kill-buffer tb))))
 
+(declare-function ede-shell-run-something "ede/shell")
+
 (defmethod project-run-target ((obj project-am-objectcode))
   "Run the current project target in comint buffer."
   (require 'ede/shell)