From: Gerd Möllmann Date: Thu, 26 Sep 2024 15:35:38 +0000 (+0200) Subject: ; Fix build error with last change in python.el X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0de623237f7e8be3087fe37a17c2caf196066e1d;p=emacs.git ; Fix build error with last change in python.el (cherry picked from commit b9d103c16e9299f2bd8f1f8a5b5cc75a1295c29f) --- 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