]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/python.el (python-interpreter): Fix :version.
authorEli Zaretskii <eliz@gnu.org>
Fri, 27 Sep 2024 05:44:35 +0000 (08:44 +0300)
committerEshel Yaron <me@eshelyaron.com>
Fri, 27 Sep 2024 10:24:07 +0000 (12:24 +0200)
(cherry picked from commit 42eb2265e64c4615f4a6111afc80ee25c782ef1e)

lisp/progmodes/python.el

index da1cf1150d393cac7a279ae3b35954634eb64bcf..d665064d4d641feabf354e6acfe32feeb95b86aa 100644 (file)
@@ -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 ""