]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix last change
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 May 2024 11:51:05 +0000 (14:51 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:38:49 +0000 (18:38 +0200)
* lisp/progmodes/python.el
(python-shell-compilation-regexp-alist): Add :version.
(Bug#70653)

(cherry picked from commit fdfadd6f467063dc83032b4e0dbe4e7b96690670)

lisp/progmodes/python.el

index e332bd8f61ec4d069d197521de1c0543509f6140..7f28f5835433fd253dcbf4ffc798240ad7fd6ce1 100644 (file)
@@ -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.