projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bfb31a0
)
; Fix last change
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 4 May 2024 11:51:05 +0000
(14:51 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 4 May 2024 11:51:05 +0000
(14:51 +0300)
* lisp/progmodes/python.el
(python-shell-compilation-regexp-alist): Add :version.
(Bug#70653)
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index e332bd8f61ec4d069d197521de1c0543509f6140..7f28f5835433fd253dcbf4ffc798240ad7fd6ce1 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-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.