]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/progmodes/python.el (python-forward-sexp-function): :version fix.
authorEli Zaretskii <eliz@gnu.org>
Sun, 14 Nov 2021 16:58:57 +0000 (18:58 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 14 Nov 2021 16:58:57 +0000 (18:58 +0200)
lisp/progmodes/python.el

index 47d8d1ce8ec8cc46fbc0492f9f9047b7bbea1efd..329e65422664896caf067cf4495d0f09ed4250bc 100644 (file)
@@ -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))