From: Lars Ingebrigtsen Date: Fri, 25 Sep 2020 13:17:36 +0000 (+0200) Subject: Fix the defcustom type fix in python.el X-Git-Tag: emacs-28.0.90~5888 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf1b3714cc5ebae7cdd0100fdb1bf2e90c56511e;p=emacs.git Fix the defcustom type fix in python.el * lisp/progmodes/python.el (python-pdbtrack-exit-command): Fix defcustom type (bug#30990). --- diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 68081b80aa9..95b6a037bb3 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -3805,7 +3805,7 @@ After one of this commands is sent to pdb, pdbtracking session is considered over. See `python-pdbtrack-activate' for pdbtracking session overview." - :type '(repeast string) + :type '(repeat string) :version "27.1") (defcustom python-pdbtrack-kill-buffers t