aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 70828cb223a..f7f1784b172 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -5569,6 +5569,8 @@ By default messages are considered errors."
5569(defcustom python-forward-sexp-function #'python-nav-forward-sexp 5569(defcustom python-forward-sexp-function #'python-nav-forward-sexp
5570 "Function to use when navigating between expressions." 5570 "Function to use when navigating between expressions."
5571 :version "28.1" 5571 :version "28.1"
5572 :group 'python
5573 :group 'python-flymake
5572 :type '(choice (const :tag "Python blocks" python-nav-forward-sexp) 5574 :type '(choice (const :tag "Python blocks" python-nav-forward-sexp)
5573 (const :tag "CC-mode like" nil) 5575 (const :tag "CC-mode like" nil)
5574 function)) 5576 function))