mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-24 10:38:41 +00:00
ob-forth: Silence byte-compiler
This commit is contained in:
parent
34900f41d5
commit
6b9108741b
@ -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.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user