From: Eli Zaretskii Date: Sun, 14 Nov 2021 17:42:37 +0000 (+0200) Subject: ; Revert "* lisp/progmodes/python.el (python-forward-sexp-function): :version fix." X-Git-Tag: emacs-29.0.90~2852^2~285 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d75ba220e0a5a4ed26d086c305bc4ea4e4647e5d;p=emacs.git ; Revert "* lisp/progmodes/python.el (python-forward-sexp-function): :version fix." This reverts commit e6e29b435273ee9821b6536581bd151f3e50737d. The commit was a mistake. --- diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 329e6542266..47d8d1ce8ec 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 "29.1" + :version "28.1" :type '(choice (const :tag "Python blocks" python-nav-forward-sexp) (const :tag "CC-mode like" nil) function))