aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorGerd Möllmann2024-09-26 17:35:38 +0200
committerGerd Möllmann2024-09-26 17:35:38 +0200
commitb9d103c16e9299f2bd8f1f8a5b5cc75a1295c29f (patch)
treec902d7b3e9c5e685c9e4d5c00aa84c4f4c2634ee /lisp/progmodes/python.el
parent2f485e68ff96cc66a17df2c0a58e272bbfc24765 (diff)
downloademacs-b9d103c16e9299f2bd8f1f8a5b5cc75a1295c29f.tar.gz
emacs-b9d103c16e9299f2bd8f1f8a5b5cc75a1295c29f.zip
; Fix build error with last change in python.el
Diffstat (limited to 'lisp/progmodes/python.el')
-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 @@
293(autoload 'comint-mode "comint") 293(autoload 'comint-mode "comint")
294(autoload 'help-function-arglist "help-fns") 294(autoload 'help-function-arglist "help-fns")
295 295
296;;;###autoload
296(defconst python--auto-mode-alist-regexp 297(defconst python--auto-mode-alist-regexp
297 (rx "." (or "py" 298 (rx "." (or "py"
298 "pth" ; Python Path Configuration File 299 "pth" ; Python Path Configuration File