emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master bf1b371: Fix the defcustom type fix in python.el


From: Lars Ingebrigtsen
Subject: master bf1b371: Fix the defcustom type fix in python.el
Date: Fri, 25 Sep 2020 09:17:47 -0400 (EDT)

branch: master
commit bf1b3714cc5ebae7cdd0100fdb1bf2e90c56511e
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix the defcustom type fix in python.el
    
    * lisp/progmodes/python.el (python-pdbtrack-exit-command): Fix
    defcustom type (bug#30990).
---
 lisp/progmodes/python.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 68081b8..95b6a03 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]