comparison lisp/ChangeLog @ 70109:783755326039

*** empty log message ***
author J.D. Smith <jdsmith@as.arizona.edu>
date Tue, 18 Apr 2006 23:49:28 +0000
parents fda7f21dca32
children 9f68cc95e2da
comparison
equal deleted inserted replaced
70108:3233d9998115 70109:783755326039
7 (comint-previous-matching-input): Use 7 (comint-previous-matching-input): Use
8 `coming-delete-input'. Save the partial input if leaving the 8 `coming-delete-input'. Save the partial input if leaving the
9 edit line. Goto point-max before deleting input to avoid 9 edit line. Goto point-max before deleting input to avoid
10 partial input fragments hanging around. 10 partial input fragments hanging around.
11 (comint-restore-input): New function, used by 11 (comint-restore-input): New function, used by
12 `comint-previous-input', and bound to [C-c C-g]. 12 `comint-previous-input', and bound to "C-c C-j".
13 13
14 2006-04-18 Luc Teirlinck <teirllm@auburn.edu> 14 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
15 15
16 * imenu.el (imenu--index-alist): Balance parentheses. 16 * imenu.el (imenu--index-alist): Balance parentheses.
17 17