diff options
| author | Stefan Kangas | 2022-12-23 18:21:10 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-12-26 10:42:02 +0100 |
| commit | 2608e5edcca5094b61b4ccebcef160cc2bfd7f83 (patch) | |
| tree | 59e34dc95aa4c1526d6ba7d376ab0adbeb699935 /lisp/progmodes/python.el | |
| parent | 6c00d126e7fe1f6e42a0c9454c2ab4a29dcd5989 (diff) | |
| download | emacs-2608e5edcca5094b61b4ccebcef160cc2bfd7f83.tar.gz emacs-2608e5edcca5094b61b4ccebcef160cc2bfd7f83.zip | |
; Fix typos
(cherry picked from commit a5d39e11443fa30c8e8bc58254a1a59550dcd99e)
Diffstat (limited to 'lisp/progmodes/python.el')
| -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 d383fa57c04..0cd0c6c225a 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -4540,7 +4540,7 @@ Commands that must finish the tracking session are listed in | |||
| 4540 | (when (and python-pdbtrack-tracked-buffer | 4540 | (when (and python-pdbtrack-tracked-buffer |
| 4541 | ;; Empty input is sent by C-d or `comint-send-eof' | 4541 | ;; Empty input is sent by C-d or `comint-send-eof' |
| 4542 | (or (string-empty-p input) | 4542 | (or (string-empty-p input) |
| 4543 | ;; "n some text" is "n" command for pdb. Split input and get firs part | 4543 | ;; "n some text" is "n" command for pdb. Split input and get first part |
| 4544 | (let* ((command (car (split-string (string-trim input) " ")))) | 4544 | (let* ((command (car (split-string (string-trim input) " ")))) |
| 4545 | (setq python-pdbtrack-prev-command-continue | 4545 | (setq python-pdbtrack-prev-command-continue |
| 4546 | (or (member command python-pdbtrack-continue-command) | 4546 | (or (member command python-pdbtrack-continue-command) |