aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorPaul Eggert2019-12-10 20:04:36 -0800
committerPaul Eggert2019-12-10 20:05:49 -0800
commitb0f20651e3cbb8a66f11ffae4c18634019c20cd4 (patch)
tree067bcb8fa529b4afee6d189f409faf16bd437810 /lisp/progmodes/python.el
parent0940296ebe56ebdf9c32e94191d4f0b18006a910 (diff)
downloademacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.tar.gz
emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.zip
; Spelling fixes
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)