aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorEli Zaretskii2021-11-14 19:42:37 +0200
committerEli Zaretskii2021-11-14 19:42:37 +0200
commitd75ba220e0a5a4ed26d086c305bc4ea4e4647e5d (patch)
treed3d2b9124fcf29d8b16a77bb1026b8d4dd8366bd /lisp/progmodes/python.el
parente6e29b435273ee9821b6536581bd151f3e50737d (diff)
downloademacs-d75ba220e0a5a4ed26d086c305bc4ea4e4647e5d.tar.gz
emacs-d75ba220e0a5a4ed26d086c305bc4ea4e4647e5d.zip
; Revert "* lisp/progmodes/python.el (python-forward-sexp-function): :version fix."
This reverts commit e6e29b435273ee9821b6536581bd151f3e50737d. The commit was a mistake.
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
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."
1429 1429
1430(defcustom python-forward-sexp-function #'python-nav-forward-sexp 1430(defcustom python-forward-sexp-function #'python-nav-forward-sexp
1431 "Function to use when navigating between expressions." 1431 "Function to use when navigating between expressions."
1432 :version "29.1" 1432 :version "28.1"
1433 :type '(choice (const :tag "Python blocks" python-nav-forward-sexp) 1433 :type '(choice (const :tag "Python blocks" python-nav-forward-sexp)
1434 (const :tag "CC-mode like" nil) 1434 (const :tag "CC-mode like" nil)
1435 function)) 1435 function))