* lisp/comint.el:
authorChristopher Schmidt <christopher@ch.ristopher.com>
Thu, 8 Aug 2013 19:22:58 +0000 (21:22 +0200)
committerChristopher Schmidt <christopher@ch.ristopher.com>
Thu, 8 Aug 2013 19:22:58 +0000 (21:22 +0200)
commit74c5d24c74e3167db6e3ee01831584c99905bb70
treeff852b617b4bb3c0d6b6b7bfe23b3aac078d82ab
parent10bf7f5a3d084050215a0fda1d313c7818801c42
* lisp/comint.el:
Do not use an overlay to highlight the last prompt.  (Bug#14744)
(comint-mode): Make comint-last-prompt buffer local.
(comint-last-prompt): New variable.
(comint-last-prompt-overlay): Remove.  Superseded by
comint-last-prompt.
(comint-snapshot-last-prompt, comint-output-filter): Use
comint-last-prompt.
lisp/ChangeLog
lisp/comint.el