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

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

[elpa] externals/org 21741a4696: * lisp/ob-python.el: Mark python-mode s


From: ELPA Syncer
Subject: [elpa] externals/org 21741a4696: * lisp/ob-python.el: Mark python-mode support for removal
Date: Thu, 29 Dec 2022 08:57:57 -0500 (EST)

branch: externals/org
commit 21741a4696a44fefc747cd86155ad3f622b23701
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    * lisp/ob-python.el: Mark python-mode support for removal
    
    Add FIXME record to remove python-mode.el support in the next release.
    See the annoucement in https://orgmode.org/Changes.html (Org 9.6)
    
    Link: https://orgmode.org/list/87r0xq8dk9.fsf@gnu.org
---
 lisp/ob-python.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/ob-python.el b/lisp/ob-python.el
index 1829ab149a..897462a2a6 100644
--- a/lisp/ob-python.el
+++ b/lisp/ob-python.el
@@ -52,6 +52,7 @@
   :group 'org-babel
   :type 'string)
 
+;; FIXME: Remove third-party `python-mode' package support in the next release.
 (defcustom org-babel-python-mode
   (if (featurep 'python-mode) 'python-mode 'python)
   "Preferred python mode for use in running python interactively.



reply via email to

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