summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-10-12 22:59:24 -0600
committerEric Schulte <schulte.eric@gmail.com>2010-10-12 22:59:24 -0600
commitdb3798fd2b1b60a4526bd14fb3619438bedd0892 (patch)
tree0e8924acda80739f11c8636a0f065f69eba71973
parent60fa8cf31a91836eccbc8b3ef6c2a9f533d2b57e (diff)
downloadorg-mode-db3798fd2b1b60a4526bd14fb3619438bedd0892.tar.gz
ob-python: fixed compiler warning
* lisp/ob-python.el (org-src-preserve-indentation): fixed compiler warning
-rw-r--r--lisp/ob-python.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ob-python.el b/lisp/ob-python.el
index a80d690..c056cb6 100644
--- a/lisp/ob-python.el
+++ b/lisp/ob-python.el
@@ -47,6 +47,7 @@
(defvar org-babel-python-mode (if (featurep 'xemacs) 'python-mode 'python)
"Preferred python mode for use in running python interactively.")
+(defvar org-src-preserve-indentation)
(defun org-babel-expand-body:python (body params &optional processed-params)
"Expand BODY according to PARAMS, return the expanded body."
(concat