diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/comint.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 043c8fbc261..06aeaca6421 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2009-06-23 Glenn Morris <rgm@gnu.org> | 1 | 2009-06-23 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * comint.el (comint-insert-input): Doc fix. | ||
| 4 | |||
| 3 | * Makefile.in (ELCFILES): Fix typo in previous change. | 5 | * Makefile.in (ELCFILES): Fix typo in previous change. |
| 4 | 6 | ||
| 5 | 2009-06-23 Miles Bader <miles@gnu.org> | 7 | 2009-06-23 Miles Bader <miles@gnu.org> |
diff --git a/lisp/comint.el b/lisp/comint.el index 5bff9868944..4fa9f7c3ced 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -814,7 +814,7 @@ buffer. The hook `comint-exec-hook' is run after each exec." | |||
| 814 | (defun comint-insert-input (event) | 814 | (defun comint-insert-input (event) |
| 815 | "In a Comint buffer, set the current input to the previous input at point. | 815 | "In a Comint buffer, set the current input to the previous input at point. |
| 816 | If there is no previous input at point, run the command specified | 816 | If there is no previous input at point, run the command specified |
| 817 | by the global keymap (usually `mouse-yank-at-point')." | 817 | by the global keymap (usually `mouse-yank-at-click')." |
| 818 | (interactive "e") | 818 | (interactive "e") |
| 819 | (mouse-set-point event) | 819 | (mouse-set-point event) |
| 820 | (let ((pos (posn-point (event-end event))) | 820 | (let ((pos (posn-point (event-end event))) |