aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 0eed7acd0d7..b0d3174eabc 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -3856,8 +3856,8 @@ Returns the tracked buffer."
3856 3856
3857(defun python-pdbtrack-comint-input-filter-function (input) 3857(defun python-pdbtrack-comint-input-filter-function (input)
3858 "Finish tracking session depending on command in INPUT. 3858 "Finish tracking session depending on command in INPUT.
3859Commands that must finish tracking session is listed in 3859Commands that must finish the tracking session are listed in
3860`python-pdbtrack-untracking-commands'." 3860`python-pdbtrack-exit-command'."
3861 (when (and python-pdbtrack-tracked-buffer 3861 (when (and python-pdbtrack-tracked-buffer
3862 ;; Empty input is sent by C-d or `comint-send-eof' 3862 ;; Empty input is sent by C-d or `comint-send-eof'
3863 (or (string-empty-p input) 3863 (or (string-empty-p input)