projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1c33e2
)
Fix the defcustom type fix in python.el
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 25 Sep 2020 13:17:36 +0000
(15:17 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 25 Sep 2020 13:17:36 +0000
(15:17 +0200)
* lisp/progmodes/python.el (python-pdbtrack-exit-command): Fix
defcustom type (bug#30990).
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index 68081b80aa94c1581c3f02f6a4728c72f38ea0be..95b6a037bb32caf5596f932cb88337983be3030f 100644
(file)
--- 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 '(repea
s
t string)
+ :type '(repeat string)
:version "27.1")
(defcustom python-pdbtrack-kill-buffers t