Explorar o código

ob-python: fixed compiler warning

* lisp/ob-python.el (org-src-preserve-indentation): fixed compiler warning
Eric Schulte %!s(int64=14) %!d(string=hai) anos
pai
achega
db3798fd2b
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      lisp/ob-python.el

+ 1 - 0
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