From 6b9108741bfbc7e7d1b45ccc843b315de15af362 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 14 Aug 2014 11:15:37 +0200 Subject: [PATCH] ob-forth: Silence byte-compiler --- lisp/ob-forth.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/ob-forth.el b/lisp/ob-forth.el index 85be0de3b..cc2795a4f 100644 --- a/lisp/ob-forth.el +++ b/lisp/ob-forth.el @@ -34,6 +34,8 @@ ;;; Code: (require 'ob) +(declare-function forth-proc "ext:gforth" ()) + (defvar org-babel-default-header-args:forth '((:session . "yes")) "Default header arguments for forth code blocks.") -- 2.11.4.GIT