]> git.eshelyaron.com Git - emacs.git/commit
Make comint use text properties for highlighting instead of overlays:
authorMiles Bader <miles@gnu.org>
Mon, 10 Jun 2002 08:14:59 +0000 (08:14 +0000)
committerMiles Bader <miles@gnu.org>
Mon, 10 Jun 2002 08:14:59 +0000 (08:14 +0000)
commit3238a55c37a3ec4e73ffd4a3202d70fd231328ac
treed7d6b8de68b26d2604df018363e8728b240a1067
parent85fd1cfa83bfff596fabab6d26fd6207c158d858
Make comint use text properties for highlighting instead of overlays:
(comint-last-output-overlay): Variable removed.
(comint-send-input, comint-output-filter): Use text properties instead
of overlays.
(comint-insert-clicked-input): Rewrite to work with text properties as
well as overlays.
(comint-snapshot-last-prompt): Snapshot using text properties.
(comint-get-old-input-default, comint-extract-string): Don't copy text
properties.
lisp/ChangeLog
lisp/comint.el