diff options
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 |