diff options
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 712d75afff9..0387c05134e 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -1289,7 +1289,7 @@ Don't save anything for STR matching `inferior-python-filter-regexp'." | |||
| 1289 | ;; Maybe we could be more selective here. | 1289 | ;; Maybe we could be more selective here. |
| 1290 | (if (zerop (length res)) | 1290 | (if (zerop (length res)) |
| 1291 | (not (bolp)) | 1291 | (not (bolp)) |
| 1292 | (string-match res ".\\'")))) | 1292 | (string-match ".\\'" res)))) |
| 1293 | ;; The need for this seems to be system-dependent: | 1293 | ;; The need for this seems to be system-dependent: |
| 1294 | ;; What is this all about, exactly? --Stef | 1294 | ;; What is this all about, exactly? --Stef |
| 1295 | ;; (if (and (eq ?. (aref s 0))) | 1295 | ;; (if (and (eq ?. (aref s 0))) |