Better support for the case of typing RET on the prompt in comint.
commit87fc99fee17ef1df4c22db15ec783a7735d3fc6b
authorJuri Linkov <juri@linkov.net>
Tue, 10 Feb 2015 00:38:09 +0000 (10 02:38 +0200)
committerJuri Linkov <juri@linkov.net>
Tue, 10 Feb 2015 00:38:09 +0000 (10 02:38 +0200)
tree7ee4cce5e6dfde09a7088fe5a2b6b068cb066ae2
parenta7b1c2f88f06bbeda16117c0aa1caffac1b4ebe1
Better support for the case of typing RET on the prompt in comint.

* lisp/comint.el (comint-get-old-input-default): Go to the field end
when comint-use-prompt-regexp is nil.
(comint-line-beginning-position): Check if point is already
on the prompt before searching for the prompt when
comint-use-prompt-regexp is non-nil.

Fixes: debbugs:19710
lisp/ChangeLog
lisp/comint.el