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:
parent
acbc723902
commit
e6e29b4352
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 "28.1"
|
||||
:version "29.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