From: Glenn Morris Date: Wed, 24 Mar 2010 03:53:32 +0000 (-0700) Subject: * cedet/ede/project-am.el (ede-shell-run-something): Declare. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~666 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7bbe8d5a11d1cbdb230dc8d3cd7724db98c36b86;p=emacs.git * cedet/ede/project-am.el (ede-shell-run-something): Declare. --- 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 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*"))