Browse Source

ob-shell: Silence byte-compiler

Nicolas Goaziou 8 years ago
parent
commit
0dc3811a7a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/ob-shell.el

+ 1 - 0
lisp/ob-shell.el

@@ -40,6 +40,7 @@
 (declare-function orgtbl-to-generic "org-table" (table params))
 
 (defvar org-babel-default-header-args:shell '())
+(defvar org-babel-shell-names)
 
 (defun org-babel-shell-initialize ()
   "Define execution functions associated to shell names.