From 014513ef4fccf8be833d1c2b8dbbf1f1c2ac20a5 Mon Sep 17 00:00:00 2001 From: "J.D. Smith" Date: Tue, 18 Apr 2006 23:46:53 +0000 Subject: [PATCH] * 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 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 419c67d9c92..d5ccd700499 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. -- 2.39.2