diff options
author | Glenn Morris <rgm@gnu.org> | 2010-03-23 20:53:32 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-03-23 20:53:32 -0700 |
commit | 7bbe8d5a11d1cbdb230dc8d3cd7724db98c36b86 (patch) | |
tree | b3728aed678e9e32d68bea7daca3be8bd9b7c055 /lisp/cedet/ede/project-am.el | |
parent | 5ac92c5f31c0d010a30c2e1ea205f17ea9e295fe (diff) | |
download | emacs-7bbe8d5a11d1cbdb230dc8d3cd7724db98c36b86.tar.gz |
* cedet/ede/project-am.el (ede-shell-run-something): Declare.
Diffstat (limited to 'lisp/cedet/ede/project-am.el')
-rw-r--r-- | lisp/cedet/ede/project-am.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/cedet/ede/project-am.el b/lisp/cedet/ede/project-am.el index e126e4c0175..3eb1f9c2183 100644 --- a/lisp/cedet/ede/project-am.el +++ b/lisp/cedet/ede/project-am.el @@ -402,6 +402,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." (let ((tb (get-buffer-create " *padt*")) |