; Revert "* lisp/progmodes/python.el (python-forward-sexp-function): :version fix."

This reverts commit e6e29b4352.
The commit was a mistake.
This commit is contained in:
Eli Zaretskii 2021-11-14 19:42:37 +02:00
parent e6e29b4352
commit d75ba220e0

View 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))