diff options
Diffstat (limited to 'lisp/org/ob-python.el')
| -rw-r--r-- | lisp/org/ob-python.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/org/ob-python.el b/lisp/org/ob-python.el index baa5764ac42..7cee1046690 100644 --- a/lisp/org/ob-python.el +++ b/lisp/org/ob-python.el | |||
| @@ -56,8 +56,6 @@ This will typically be either 'python or 'python-mode." | |||
| 56 | :package-version '(Org . "8.0") | 56 | :package-version '(Org . "8.0") |
| 57 | :type 'symbol) | 57 | :type 'symbol) |
| 58 | 58 | ||
| 59 | (defvar org-src-preserve-indentation) | ||
| 60 | |||
| 61 | (defcustom org-babel-python-hline-to "None" | 59 | (defcustom org-babel-python-hline-to "None" |
| 62 | "Replace hlines in incoming tables with this when translating to python." | 60 | "Replace hlines in incoming tables with this when translating to python." |
| 63 | :group 'org-babel | 61 | :group 'org-babel |