Explorar el Código

ob-forth: Silence byte-compiler

Nicolas Goaziou hace 10 años
padre
commit
6b9108741b
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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.")