ob-forth: Silence byte-compiler

This commit is contained in:
Nicolas Goaziou 2014-08-14 11:15:37 +02:00
parent 34900f41d5
commit 6b9108741b
1 changed files with 2 additions and 0 deletions

View File

@ -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.")