# HG changeset patch # User J.D. Smith # Date 1145404013 0 # Node ID fda7f21dca32a16e0177066b12bd2230c0486155 # Parent 971e6d9342162fc4d60ed780bbe6a5b901f28751 * 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]. diff -r 971e6d934216 -r fda7f21dca32 lisp/ChangeLog --- a/lisp/ChangeLog Tue Apr 18 23:04:23 2006 +0000 +++ b/lisp/ChangeLog Tue Apr 18 23:46:53 2006 +0000 @@ -1,3 +1,16 @@ +2006-04-18 J.D. Smith + + * 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]. + 2006-04-18 Luc Teirlinck * imenu.el (imenu--index-alist): Balance parentheses.