summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGerd Möllmann <gerd@gnu.org>2024-09-26 17:35:38 +0200
committerGerd Möllmann <gerd@gnu.org>2024-09-26 17:35:38 +0200
commitb9d103c16e9299f2bd8f1f8a5b5cc75a1295c29f (patch)
treec902d7b3e9c5e685c9e4d5c00aa84c4f4c2634ee /lisp
parent2f485e68ff96cc66a17df2c0a58e272bbfc24765 (diff)
; Fix build error with last change in python.el
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/python.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index cfa71fc3a74..be76390c680 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