1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

; Fix build error with last change in python.el

This commit is contained in:
Gerd Möllmann 2024-09-26 17:35:38 +02:00
parent 2f485e68ff
commit b9d103c16e

View File

@ -293,6 +293,7 @@
(autoload 'comint-mode "comint") (autoload 'comint-mode "comint")
(autoload 'help-function-arglist "help-fns") (autoload 'help-function-arglist "help-fns")
;;;###autoload
(defconst python--auto-mode-alist-regexp (defconst python--auto-mode-alist-regexp
(rx "." (or "py" (rx "." (or "py"
"pth" ; Python Path Configuration File "pth" ; Python Path Configuration File