From: Eli Zaretskii Date: Sat, 4 May 2024 11:51:05 +0000 (+0300) Subject: ; Fix last change X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~1655 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fdfadd6f467063dc83032b4e0dbe4e7b96690670;p=emacs.git ; Fix last change * lisp/progmodes/python.el (python-shell-compilation-regexp-alist): Add :version. (Bug#70653) --- diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index e332bd8f61e..7f28f583543 100644 --- 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.