]> git.eshelyaron.com Git - emacs.git/commit
(comint-previous-input): Don't clobber input line when moving off either
authorJ.D. Smith <jdsmith@as.arizona.edu>
Tue, 18 Apr 2006 23:49:28 +0000 (23:49 +0000)
committerJ.D. Smith <jdsmith@as.arizona.edu>
Tue, 18 Apr 2006 23:49:28 +0000 (23:49 +0000)
commitc3d2959c211970250a6f863b5e1b6e463fbb9a0d
treeef749a8d5eabc9b361afa6509271b8747de1b152
parent014513ef4fccf8be833d1c2b8dbbf1f1c2ac20a5
(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-j".
lisp/ChangeLog
lisp/comint.el