mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-28 07:44:49 +00:00
ob-sh: should say declare-function not defun-function
This commit is contained in:
parent
0e939a7df5
commit
b746686dfe
@ -34,12 +34,12 @@
|
||||
(eval-when-compile
|
||||
(require 'cl))
|
||||
|
||||
(defun-function org-babel-ref-variables "ob-ref" (params))
|
||||
(defun-function org-babel-comint-in-buffer "ob-comint" (buffer &rest body))
|
||||
(defun-function org-babel-comint-wait-for-output "ob-comint" (buffer))
|
||||
(defun-function org-babel-comint-buffer-livep "ob-comint" (buffer))
|
||||
(defun-function org-babel-comint-with-output "ob-comint" (meta &rest body))
|
||||
(defun-function orgtbl-to-generic "org-table" (table params))
|
||||
(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))
|
||||
|
||||
(org-babel-add-interpreter "sh")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user