diff options
| author | Glenn Morris | 2010-03-23 20:53:32 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-03-23 20:53:32 -0700 |
| commit | 7bbe8d5a11d1cbdb230dc8d3cd7724db98c36b86 (patch) | |
| tree | b3728aed678e9e32d68bea7daca3be8bd9b7c055 | |
| parent | 5ac92c5f31c0d010a30c2e1ea205f17ea9e295fe (diff) | |
| download | emacs-7bbe8d5a11d1cbdb230dc8d3cd7724db98c36b86.tar.gz emacs-7bbe8d5a11d1cbdb230dc8d3cd7724db98c36b86.zip | |
* cedet/ede/project-am.el (ede-shell-run-something): Declare.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/cedet/ede/project-am.el | 2 |
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 @@ | |||
| 12 | * cedet/semantic/bovine/c.el (semantic-c-describe-environment): | 12 | * cedet/semantic/bovine/c.el (semantic-c-describe-environment): |
| 13 | Consistently check ede-object is bound throughout. | 13 | Consistently check ede-object is bound throughout. |
| 14 | 14 | ||
| 15 | * cedet/ede/project-am.el (ede-shell-run-something): Declare. | ||
| 16 | |||
| 15 | 2010-03-23 Sam Steingold <sds@gnu.org> | 17 | 2010-03-23 Sam Steingold <sds@gnu.org> |
| 16 | 18 | ||
| 17 | Fix bug#5620: recalculate all markers on compilation buffer | 19 | 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." | |||
| 402 | (funcall project-am-debug-target-function cmd)) | 402 | (funcall project-am-debug-target-function cmd)) |
| 403 | (kill-buffer tb)))) | 403 | (kill-buffer tb)))) |
| 404 | 404 | ||
| 405 | (declare-function ede-shell-run-something "ede/shell") | ||
| 406 | |||
| 405 | (defmethod project-run-target ((obj project-am-objectcode)) | 407 | (defmethod project-run-target ((obj project-am-objectcode)) |
| 406 | "Run the current project target in comint buffer." | 408 | "Run the current project target in comint buffer." |
| 407 | (let ((tb (get-buffer-create " *padt*")) | 409 | (let ((tb (get-buffer-create " *padt*")) |