From: Eli Zaretskii Date: Sat, 4 May 2024 11:51:05 +0000 (+0300) Subject: ; Fix last change X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=049ba8d24c01417990f119ec71b7efc0aa4ce1b1;p=emacs.git ; Fix last change * lisp/progmodes/python.el (python-shell-compilation-regexp-alist): Add :version. (Bug#70653) (cherry picked from commit fdfadd6f467063dc83032b4e0dbe4e7b96690670) --- 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.