diff options
| -rw-r--r-- | lisp/shell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el index 010af64ba1f..e5e023a52c3 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -71,8 +71,8 @@ | |||
| 71 | ;;; m-S comint-next-matching-input-from-input -"- matching input | 71 | ;;; m-S comint-next-matching-input-from-input -"- matching input |
| 72 | ;;; m-c-l comint-show-output Show last batch of process output | 72 | ;;; m-c-l comint-show-output Show last batch of process output |
| 73 | ;;; return comint-send-input | 73 | ;;; return comint-send-input |
| 74 | ;;; c-a comint-bol Beginning of line; skip prompt | ||
| 75 | ;;; c-d comint-delchar-or-maybe-eof Delete char unless at end of buff. | 74 | ;;; c-d comint-delchar-or-maybe-eof Delete char unless at end of buff. |
| 75 | ;;; c-c c-a comint-bol Beginning of line; skip prompt | ||
| 76 | ;;; c-c c-u comint-kill-input ^u | 76 | ;;; c-c c-u comint-kill-input ^u |
| 77 | ;;; c-c c-w backward-kill-word ^w | 77 | ;;; c-c c-w backward-kill-word ^w |
| 78 | ;;; c-c c-c comint-interrupt-subjob ^c | 78 | ;;; c-c c-c comint-interrupt-subjob ^c |