]> git.eshelyaron.com Git - emacs.git/commit
Fix a recent change wrt 'comint-max-line-length'
authorEli Zaretskii <eliz@gnu.org>
Thu, 9 Sep 2021 17:08:56 +0000 (20:08 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 9 Sep 2021 17:08:56 +0000 (20:08 +0300)
commitbac632aaec3add5c8ecaf75ea481b93ac8c1a2cb
tree8e85a6037f94b7fae111924ef8a59e2fa3658177
parent8c023e5ea159c6756c92fd02643983aa449e0da9
Fix a recent change wrt 'comint-max-line-length'

* lisp/progmodes/python.el (python-shell-send-string): Only heed
'comint-max-line-length' for subprocesses with which we
communicate via PTYs.  (Bug#49822)

* lisp/comint.el (comint-max-line-length): Doc fix.  Add a value
for MS-Windows.
lisp/comint.el
lisp/progmodes/python.el