diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-03-18 17:44:21 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-03-18 17:44:52 -0700 |
commit | c0936672876bccc15e7899e83d8ab99910f8feee (patch) | |
tree | 3f39a4f22c84b81944ce83b4087f22dab2d703b6 /lisp/emacs-lisp | |
parent | bc2a93d5b7c3d749b31927452e31b32bdb1b9108 (diff) | |
download | emacs-c0936672876bccc15e7899e83d8ab99910f8feee.tar.gz |
Remove buggy regexp use in comint-output-filter
This reverts commit 2012-07-02T16:18:02!monnier@iro.umontreal.ca
which perhaps could be rethought and recommitted, and perhaps
it’s no longer needed now that comint-use-prompt-regexp
is almost always nil.
* lisp/comint.el (comint-output-filter): Don’t try to skip
repeated prompts, since comint-prompt-regexp typically begins
with "^" and the resulting "^^" in the regular expression does
not have the desired effect. Noted by Mattias Engdegård in:
https://lists.gnu.org/r/emacs-devel/2019-03/msg00380.html
Diffstat (limited to 'lisp/emacs-lisp')
0 files changed, 0 insertions, 0 deletions