summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-03-23 20:53:32 -0700
committerGlenn Morris <rgm@gnu.org>2010-03-23 20:53:32 -0700
commit7bbe8d5a11d1cbdb230dc8d3cd7724db98c36b86 (patch)
treeb3728aed678e9e32d68bea7daca3be8bd9b7c055 /lisp
parent5ac92c5f31c0d010a30c2e1ea205f17ea9e295fe (diff)
downloademacs-7bbe8d5a11d1cbdb230dc8d3cd7724db98c36b86.tar.gz
* cedet/ede/project-am.el (ede-shell-run-something): Declare.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/cedet/ede/project-am.el2
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8cca842ee60..6891a5f64be 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -12,6 +12,8 @@
* cedet/semantic/bovine/c.el (semantic-c-describe-environment):
Consistently check ede-object is bound throughout.
+ * cedet/ede/project-am.el (ede-shell-run-something): Declare.
+
2010-03-23 Sam Steingold <sds@gnu.org>
Fix bug#5620: recalculate all markers on compilation buffer
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*"))