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:
parent
bfb31a06ac
commit
fdfadd6f46
1 changed files with 2 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue