diff options
| author | Lars Ingebrigtsen | 2020-09-25 15:17:36 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2020-09-25 15:17:36 +0200 |
| commit | bf1b3714cc5ebae7cdd0100fdb1bf2e90c56511e (patch) | |
| tree | bc43ec6ccef11ef1299a128dc0dfd163180ca85a /lisp | |
| parent | e1c33e29d58175e159443babd96f230eb0bb4a88 (diff) | |
| download | emacs-bf1b3714cc5ebae7cdd0100fdb1bf2e90c56511e.tar.gz emacs-bf1b3714cc5ebae7cdd0100fdb1bf2e90c56511e.zip | |
Fix the defcustom type fix in python.el
* lisp/progmodes/python.el (python-pdbtrack-exit-command): Fix
defcustom type (bug#30990).
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 3805 | considered over. | 3805 | considered over. |
| 3806 | 3806 | ||
| 3807 | See `python-pdbtrack-activate' for pdbtracking session overview." | 3807 | See `python-pdbtrack-activate' for pdbtracking session overview." |
| 3808 | :type '(repeast string) | 3808 | :type '(repeat string) |
| 3809 | :version "27.1") | 3809 | :version "27.1") |
| 3810 | 3810 | ||
| 3811 | (defcustom python-pdbtrack-kill-buffers t | 3811 | (defcustom python-pdbtrack-kill-buffers t |