summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2016-07-23 11:49:28 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2016-07-23 11:49:28 +0200
commit0dc3811a7a3f441564db35ec6b068751222c6544 (patch)
tree034a740e7a747b2a9ada5206e8a07adaed6aa1a4
parent250304bd2eb2449bb1fccd80b8efb6e25c6aa901 (diff)
downloadorg-mode-0dc3811a7a3f441564db35ec6b068751222c6544.tar.gz
ob-shell: Silence byte-compiler
-rw-r--r--lisp/ob-shell.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ob-shell.el b/lisp/ob-shell.el
index 7ddcc5e..192a090 100644
--- a/lisp/ob-shell.el
+++ b/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.