diff --git a/lisp/ob-shen.el b/lisp/ob-shen.el index a41580fe2..dc6313dc2 100644 --- a/lisp/ob-shen.el +++ b/lisp/ob-shen.el @@ -36,6 +36,7 @@ (require 'ob) (declare-function shen-eval-defun "ext:inf-shen" (&optional and-go)) +(declare-function org-babel-ruby-var-to-ruby "ob-ruby" (var)) (defvar org-babel-default-header-args:shen '() "Default header arguments for shen code blocks.") diff --git a/lisp/org-attach.el b/lisp/org-attach.el index 9bf3cda50..898d9116e 100644 --- a/lisp/org-attach.el +++ b/lisp/org-attach.el @@ -42,6 +42,8 @@ (require 'org-id) (require 'org) +(declare-function vc-git-root "vc-git" (file)) + (defgroup org-attach nil "Options concerning entry attachments in Org-mode." :tag "Org Attach"