]> git.eshelyaron.com Git - emacs.git/commit
* comint.el (comint-previous-input): Don't clobber input line
authorJ.D. Smith <jdsmith@as.arizona.edu>
Tue, 18 Apr 2006 23:46:53 +0000 (23:46 +0000)
committerJ.D. Smith <jdsmith@as.arizona.edu>
Tue, 18 Apr 2006 23:46:53 +0000 (23:46 +0000)
commit014513ef4fccf8be833d1c2b8dbbf1f1c2ac20a5
treecf4781c99379f10568460f5291384fac6331cf05
parent7edd10caf27f54dedbeabfae68e5325bfa8be21e
* comint.el (comint-previous-input): Don't clobber input line
when moving off either end of the input history ring.
(comint-delete-input): New function, used by
`comint-previous-input' and others.
(comint-previous-matching-input): Use
`coming-delete-input'. Save the partial input if leaving the
edit line.  Goto point-max before deleting input to avoid
partial input fragments hanging around.
(comint-restore-input): New function, used by
`comint-previous-input', and bound to [C-c C-g].
lisp/ChangeLog