]> git.eshelyaron.com Git - emacs.git/commitdiff
; Revert "* lisp/progmodes/python.el (python-forward-sexp-function): :version fix."
authorEli Zaretskii <eliz@gnu.org>
Sun, 14 Nov 2021 17:42:37 +0000 (19:42 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 14 Nov 2021 17:42:37 +0000 (19:42 +0200)
This reverts commit e6e29b435273ee9821b6536581bd151f3e50737d.
The commit was a mistake.

lisp/progmodes/python.el

index 329e65422664896caf067cf4495d0f09ed4250bc..47d8d1ce8ec8cc46fbc0492f9f9047b7bbea1efd 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 "29.1"
+  :version "28.1"
   :type '(choice (const :tag "Python blocks" python-nav-forward-sexp)
                  (const :tag "CC-mode like" nil)
                  function))