emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org d57d3bd9bb: ob-python: Remove :version from variabl


From: ELPA Syncer
Subject: [elpa] externals/org d57d3bd9bb: ob-python: Remove :version from variables with :package-version
Date: Sun, 31 Dec 2023 15:58:12 -0500 (EST)

branch: externals/org
commit d57d3bd9bbf6ceb5ee046ff42af0b49b84c05a6c
Author: Jack Kamm <jackkamm@gmail.com>
Commit: Jack Kamm <jackkamm@gmail.com>

    ob-python: Remove :version from variables with :package-version
---
 lisp/ob-python.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lisp/ob-python.el b/lisp/ob-python.el
index 5251c3b336..feb88a4465 100644
--- a/lisp/ob-python.el
+++ b/lisp/ob-python.el
@@ -74,14 +74,12 @@ If `org-babel-python-command' is set, then it overrides 
this option."
 (defcustom org-babel-python-hline-to "None"
   "Replace hlines in incoming tables with this when translating to python."
   :group 'org-babel
-  :version "24.4"
   :package-version '(Org . "8.0")
   :type 'string)
 
 (defcustom org-babel-python-None-to 'hline
   "Replace `None' in python tables with this before returning."
   :group 'org-babel
-  :version "24.4"
   :package-version '(Org . "8.0")
   :type 'symbol)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]