From 7bbe8d5a11d1cbdb230dc8d3cd7724db98c36b86 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 23 Mar 2010 20:53:32 -0700 Subject: [PATCH] * cedet/ede/project-am.el (ede-shell-run-something): Declare. --- lisp/ChangeLog | 2 ++ lisp/cedet/ede/project-am.el | 2 ++ 2 files changed, 4 insertions(+) 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*")) -- 2.39.2