; Fix last change
* lisp/progmodes/python.el (python-shell-compilation-regexp-alist): Add :version. (Bug#70653)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user