1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-11 22:11:21 -08:00

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

This commit is contained in:
Eli Zaretskii 2021-11-14 18:58:57 +02:00
parent acbc723902
commit e6e29b4352

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