mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-03 11:33:37 +00:00
* cedet/ede/project-am.el (ede-shell-run-something): Declare.
This commit is contained in:
parent
5ac92c5f31
commit
7bbe8d5a11
@ -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
|
||||
|
@ -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*"))
|
||||
|
Loading…
Reference in New Issue
Block a user