emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 4d4f5640ef: Fix customization-group of 'python-forward-sexp-fun


From: Eli Zaretskii
Subject: emacs-28 4d4f5640ef: Fix customization-group of 'python-forward-sexp-function'
Date: Thu, 21 Apr 2022 02:07:14 -0400 (EDT)

branch: emacs-28
commit 4d4f5640ef0f1501bab174ae8d1b3759ba2b6ccc
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    Fix customization-group of 'python-forward-sexp-function'
    
    * lisp/progmodes/python.el (python-forward-sexp-function): Make it
    be part of both 'python' and 'python-flymake' groups.  (Bug#55027)
    Do not merge to master.
---
 lisp/progmodes/python.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 70828cb223..f7f1784b17 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -5569,6 +5569,8 @@ By default messages are considered errors."
 (defcustom python-forward-sexp-function #'python-nav-forward-sexp
   "Function to use when navigating between expressions."
   :version "28.1"
+  :group 'python
+  :group 'python-flymake
   :type '(choice (const :tag "Python blocks" python-nav-forward-sexp)
                  (const :tag "CC-mode like" nil)
                  function))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]