1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00

; Fix last change

* lisp/progmodes/python.el
(python-shell-compilation-regexp-alist): Add :version.
(Bug#70653)
This commit is contained in:
Eli Zaretskii 2024-05-04 14:51:05 +03:00
parent bfb31a06ac
commit fdfadd6f46

View file

@ -2871,7 +2871,8 @@ virtualenv."
"(" (group (1+ digit)) ")" (1+ (not (any "("))) "()")
1 2))
"`compilation-error-regexp-alist' for inferior Python."
:type '(alist regexp))
:type '(alist regexp)
:version "30.1")
(defcustom python-shell-dedicated nil
"Whether to make Python shells dedicated by default.