Ver código fonte

ob-forth: Silence byte-compiler

Nicolas Goaziou 10 anos atrás
pai
commit
6b9108741b
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      lisp/ob-forth.el

+ 2 - 0
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.")