[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master b9d103c16e9: ; Fix build error with last change in python.el
From: |
Gerd Moellmann |
Subject: |
master b9d103c16e9: ; Fix build error with last change in python.el |
Date: |
Thu, 26 Sep 2024 11:36:17 -0400 (EDT) |
branch: master
commit b9d103c16e9299f2bd8f1f8a5b5cc75a1295c29f
Author: Gerd Möllmann <gerd@gnu.org>
Commit: Gerd Möllmann <gerd@gnu.org>
; Fix build error with last change in python.el
---
lisp/progmodes/python.el | 1 +
1 file changed, 1 insertion(+)
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master b9d103c16e9: ; Fix build error with last change in python.el,
Gerd Moellmann <=