From 00a35cd4a8d24f03cb2cf42b8214a6806243c8b5 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 27 Sep 2024 08:44:35 +0300 Subject: [PATCH] ; * lisp/progmodes/python.el (python-interpreter): Fix :version. (cherry picked from commit 42eb2265e64c4615f4a6111afc80ee25c782ef1e) --- lisp/progmodes/python.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index da1cf1150d3..d665064d4d6 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -322,7 +322,7 @@ Some Python interpreters also require changes to To customize the Python interpreter for interactive use, modify `python-shell-interpreter' instead." - :version "30.1" + :version "31.1" :type 'string) (defcustom python-interpreter-args "" -- 2.39.2