diff options
| author | Gerd Möllmann | 2024-09-26 17:35:38 +0200 |
|---|---|---|
| committer | Gerd Möllmann | 2024-09-26 17:35:38 +0200 |
| commit | b9d103c16e9299f2bd8f1f8a5b5cc75a1295c29f (patch) | |
| tree | c902d7b3e9c5e685c9e4d5c00aa84c4f4c2634ee /lisp/progmodes/python.el | |
| parent | 2f485e68ff96cc66a17df2c0a58e272bbfc24765 (diff) | |
| download | emacs-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.el | 1 |
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 |