]> code.delx.au - gnu-emacs/blobdiff - lisp/cedet/ede/project-am.el
Merge from emacs-23
[gnu-emacs] / lisp / cedet / ede / project-am.el
index c5042ca3a9a038b384ae1fd84e3297da88d31e91..ac3e8bfc6eb85163d0c8a1662bf780aef7d53f23 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)