From 0de623237f7e8be3087fe37a17c2caf196066e1d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gerd=20M=C3=B6llmann?= Date: Thu, 26 Sep 2024 17:35:38 +0200 Subject: [PATCH] ; Fix build error with last change in python.el (cherry picked from commit b9d103c16e9299f2bd8f1f8a5b5cc75a1295c29f) --- lisp/progmodes/python.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 8b69d0b3a74..0ee14cbea45 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -293,6 +293,7 @@ (autoload 'comint-mode "comint") (autoload 'help-function-arglist "help-fns") +;;;###autoload (defconst python--auto-mode-alist-regexp (rx "." (or "py" "pth" ; Python Path Configuration File -- 2.39.5