; 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:
parent
e6e29b4352
commit
d75ba220e0
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue