diff options
author | Glenn Morris <rgm@gnu.org> | 2010-08-17 00:29:26 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-08-17 00:29:26 -0700 |
commit | f1eee0b6849bc5edf60a3c30cc8f71d70e3df837 (patch) | |
tree | 66eff5aa26ad25c01a4a92e4be49e68253393cfa /lisp/org/ob-sh.el | |
parent | 10506f644ac5937c9e7aa667f7da99061bb17889 (diff) | |
download | emacs-f1eee0b6849bc5edf60a3c30cc8f71d70e3df837.tar.gz |
Fix some Org errors revealed by `make check-declare'.
* ob.el (tramp-compat-make-temp-file, org-edit-src-code)
(org-entry-get, org-table-import): Fix declarations.
(org-match-string-no-properties): Remove declaration.
* ob-sh.el (org-babel-comint-in-buffer)
(org-babel-comint-wait-for-output, org-babel-comint-buffer-livep)
(org-babel-comint-with-output): Remove unnecessary declarations.
* ob-R.el (orgtbl-to-tsv): Fix declaration.
* org-list.el (org-entry-get): Fix declaration.
Diffstat (limited to 'lisp/org/ob-sh.el')
-rw-r--r-- | lisp/org/ob-sh.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/org/ob-sh.el b/lisp/org/ob-sh.el index 69fbefc82c4..072bc91af1c 100644 --- a/lisp/org/ob-sh.el +++ b/lisp/org/ob-sh.el @@ -34,10 +34,6 @@ (eval-when-compile (require 'cl)) (declare-function org-babel-ref-variables "ob-ref" (params)) -(declare-function org-babel-comint-in-buffer "ob-comint" (buffer &rest body)) -(declare-function org-babel-comint-wait-for-output "ob-comint" (buffer)) -(declare-function org-babel-comint-buffer-livep "ob-comint" (buffer)) -(declare-function org-babel-comint-with-output "ob-comint" (meta &rest body)) (declare-function orgtbl-to-generic "org-table" (table params)) (defvar org-babel-default-header-args:sh '()) |