summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-11-14 18:58:57 +0200
committerEli Zaretskii <eliz@gnu.org>2021-11-14 18:58:57 +0200
commite6e29b435273ee9821b6536581bd151f3e50737d (patch)
tree263c135a7347e625527de27a7b49dd4b732393a7 /lisp/progmodes/python.el
parentacbc7239021e902470d36d99e6c607080fff8fc5 (diff)
; * lisp/progmodes/python.el (python-forward-sexp-function): :version fix.
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 47d8d1ce8ec..329e6542266 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1429,7 +1429,7 @@ marks the next defun after the ones already marked."
(defcustom python-forward-sexp-function #'python-nav-forward-sexp
"Function to use when navigating between expressions."
- :version "28.1"
+ :version "29.1"
:type '(choice (const :tag "Python blocks" python-nav-forward-sexp)
(const :tag "CC-mode like" nil)
function))